mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix a fallthrough annotation. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@6407 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3e8c80a3d3
commit
fe10e46778
1 changed files with 1 additions and 1 deletions
|
@ -957,8 +957,8 @@ int32_t OSD_HandleChar(char ch)
|
|||
|
||||
if (--editor.pos < editor.start)
|
||||
editor.start--, editor.end--;
|
||||
fallthrough__;
|
||||
#ifndef __APPLE__
|
||||
fallthrough__;
|
||||
case 127: // handled in OSD_HandleScanCode (delete)
|
||||
#endif
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue