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:
hendricks266 2017-07-30 05:42:01 +00:00
parent 3e8c80a3d3
commit fe10e46778

View file

@ -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;