From 8b96173a32e90d2215c4b4d90583c7d4ecd6badd Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 6 Feb 2018 01:58:15 -0500 Subject: [PATCH] [fix] max dictionaries is now 5, weird that that wasn't committed by the Travis build --- src/address_expansion_rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/address_expansion_rule.h b/src/address_expansion_rule.h index c6b89949..cb915943 100644 --- a/src/address_expansion_rule.h +++ b/src/address_expansion_rule.h @@ -8,7 +8,7 @@ #include "constants.h" #include "gazetteers.h" -#define MAX_DICTIONARY_TYPES 4 +#define MAX_DICTIONARY_TYPES 5 typedef struct address_expansion_rule { char *phrase;