From 88ca183191d781effd96add853e40d37ce3a0233 Mon Sep 17 00:00:00 2001 From: terkhen Date: Thu, 29 Jul 2010 14:26:28 +0000 Subject: (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). --- src/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console.cpp') 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; -- cgit v1.2.3-54-g00ecf