diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/novel_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 088d552..a58cc0e 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -158,7 +158,7 @@ typedef enum { SOCIETY_DICTIONARY, SPORT_DICTIONARY, RESERVED1, - USER_DICTIONARY + USER_DICTIONARY = 15 } PHRASE_INDEX_LIBRARIES; #define LAMBDA_PARAMETER 0.347121 |