--- hatari/src/debug/debugdsp.c 2019/04/09 08:58:05 1.1.1.9 +++ hatari/src/debug/debugdsp.c 2019/04/09 08:59:20 1.1.1.10 @@ -219,7 +219,7 @@ int DebugDsp_MemDump(int nArgc, char *ps range = psArgs[1] + 2; break; } - /* pass-through */ + /* fall through */ default: return DebugUI_PrintCmdHelp(psArgs[0]); }