diff options
author | terkhen <terkhen@openttd.org> | 2010-07-29 14:26:28 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-07-29 14:26:28 +0000 |
commit | 88ca183191d781effd96add853e40d37ce3a0233 (patch) | |
tree | 9820f95a2ea7ef95bf8c05fbd3c12ecccceb42f8 /src/fios.cpp | |
parent | 04242e19cf29aedca783f4657e2c448d40f37420 (diff) | |
download | openttd-88ca183191d781effd96add853e40d37ce3a0233.tar.xz |
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
Diffstat (limited to 'src/fios.cpp')
-rw-r--r-- | src/fios.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios.cpp b/src/fios.cpp index e1badddf3..441a48d6e 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -100,7 +100,7 @@ const char *FiosBrowseTo(const FiosItem *item) #elif defined(WIN32) || defined(__OS2__) snprintf(path, MAX_PATH, "%c:" PATHSEP, item->title[0]); #endif - /* Fallthrough */ + /* FALL THROUGH */ case FIOS_TYPE_INVALID: break; |