summaryrefslogtreecommitdiff
path: root/src/mtstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtstate.h')
-rw-r--r--src/mtstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtstate.h b/src/mtstate.h
index a8feaa4..ac0b18d 100644
--- a/src/mtstate.h
+++ b/src/mtstate.h
@@ -26,7 +26,7 @@
26 26
27struct MTFinger { 27struct MTFinger {
28 struct FingerData hw; 28 struct FingerData hw;
29 int id; 29 int id, thumb;
30}; 30};
31 31
32struct MTState { 32struct MTState {