]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/command_parse.cpp
Fix some incorrect conditions in the showfile module.
[user/henk/code/inspircd.git] / src / command_parse.cpp
index d4dd7da214c20e894d12f159b989cb52907bd0a6..c2ae39d494e3a75579d4635f36f62394d5c95671 100644 (file)
@@ -452,7 +452,7 @@ void CommandParser::TranslateSingleParam(TranslateType to, const std::string& it
                        }
                        // If no custom translator was given, fall through
                }
-               case TR_TEXT:
+               /*@fallthrough@*/
                default:
                        /* Do nothing */
                        dest.append(item);