aboutsummaryrefslogtreecommitdiffstats
path: root/match/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match/match.c')
-rw-r--r--match/match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/match/match.c b/match/match.c
index dbb14ba..a3f4deb 100644
--- a/match/match.c
+++ b/match/match.c
@@ -35,8 +35,8 @@
*
*/
-typedef unsigned short col_t[1];
-typedef unsigned short mat_t[DIM_FINGER];
+typedef unsigned col_t[1];
+typedef unsigned mat_t[DIM_FINGER];
#define GET1(m, x) ((m[0] >> (x)) & 1U)
#define SET1(m, x) (m[0] |= (1U << (x)))