[fix] max dictionaries is now 5, weird that that wasn't committed by the Travis build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user