summaryrefslogtreecommitdiff
path: root/src/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.cpp')
-rw-r--r--src/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console.cpp b/src/console.cpp
index 9aa43f4dd..b2882ac2f 100644
--- a/src/console.cpp
+++ b/src/console.cpp
@@ -439,7 +439,7 @@ void IConsoleCmdExec(const char *cmdstr)
tokenstream[tstream_i++] = *++cmdptr;
break;
}
- /* fallthrough */
+ /* FALL THROUGH */
default: // Normal character
tokenstream[tstream_i++] = *cmdptr;