diff options
author | Adrian Frühwirth | 2018-03-24 22:16:42 +0100 |
---|---|---|
committer | Adrian Frühwirth | 2018-03-24 22:16:42 +0100 |
commit | 43ac4226065482b360682f54de28a37a6e2416cd (patch) | |
tree | 6e02499a588b678e4623692302cfb73395f4fa59 | |
parent | 8bd45a08f581f82e579784e76ede26d596f58adc (diff) | |
download | scummvm-rg350-43ac4226065482b360682f54de28a37a6e2416cd.tar.gz scummvm-rg350-43ac4226065482b360682f54de28a37a6e2416cd.tar.bz2 scummvm-rg350-43ac4226065482b360682f54de28a37a6e2416cd.zip |
JANITORIAL: Fix fallthrough comment so that GCC 7 will recognize it
-rw-r--r-- | engines/xeen/dialogs/dialogs_char_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs/dialogs_char_info.cpp b/engines/xeen/dialogs/dialogs_char_info.cpp index 0ae64ed608..faeb792974 100644 --- a/engines/xeen/dialogs/dialogs_char_info.cpp +++ b/engines/xeen/dialogs/dialogs_char_info.cpp @@ -142,7 +142,7 @@ void CharacterInfo::execute(int charIndex) { case Common::KEYCODE_RETURN: case Common::KEYCODE_KP_ENTER: _buttonValue = _cursorCell + Common::KEYCODE_a; - // Deliberate fall-through + // fall through case 1001: case 1002: |