aboutsummaryrefslogtreecommitdiffstats
path: root/match/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'match/match.h')
-rw-r--r--match/match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/match/match.h b/match/match.h
index 620d046..0c4274e 100644
--- a/match/match.h
+++ b/match/match.h
@@ -28,7 +28,7 @@
* Bitmasks are used extensively.
*/
-#define DIM_FINGER 16
+#define DIM_FINGER 32
#define DIM2_FINGER (DIM_FINGER * DIM_FINGER)
#define MIN(a, b) ((a) < (b) ? (a) : (b))