diff options
Diffstat (limited to 'src/strgen')
-rw-r--r-- | src/strgen/strgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 9dd5b6fb6..f3462b415 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -1012,7 +1012,7 @@ static void PutCommandString(const char *str) if (cs == NULL) break; if (casei != -1) { - PutUtf8(SCC_SETCASE); // {SETCASE} + PutUtf8(SCC_SET_CASE); // {SET_CASE} PutByte(casei); } |