[i18n] Adding NUM_SCRIPTS to the end of the scripts enum

This commit is contained in:
Al
2015-05-16 12:19:40 -04:00
parent 8699409f15
commit 5983cb6af0
2 changed files with 5 additions and 3 deletions

View File

@@ -78,7 +78,8 @@ typedef enum {
SCRIPT_JAVANESE = 68,
SCRIPT_CHAM = 69,
SCRIPT_TAI_VIET = 70,
SCRIPT_MEETEI_MAYEK = 71
SCRIPT_MEETEI_MAYEK = 71,
NUM_SCRIPTS
} script_t;
#endif