diff options
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 93e1e8a85bb..c8538a53afe 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -837,7 +837,7 @@ bool ChatHandler::hasStringAbbr(const char* name, const char* part) if (!*part) return false; - for (; ; ) + for (;;) { if (!*part) return true; |