[fix] max dictionaries is now 5, weird that that wasn't committed by the Travis build

This commit is contained in:
Al
2018-02-06 01:58:15 -05:00
parent a9dded3a18
commit 8b96173a32

View File

@@ -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;