summaryrefslogtreecommitdiff
path: root/src/strgen/strgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strgen/strgen.cpp')
-rw-r--r--src/strgen/strgen.cpp2
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);
}