aboutsummaryrefslogtreecommitdiff
path: root/simon/res.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/res.cpp')
-rw-r--r--simon/res.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/res.cpp b/simon/res.cpp
index 1c8a0926ca..2a9de5dd83 100644
--- a/simon/res.cpp
+++ b/simon/res.cpp
@@ -353,7 +353,6 @@ byte *SimonEngine::readSingleOpcode(File *in, byte *ptr) {
*ptr++ = val >> 8;
*ptr++ = val & 255;
break;
-
default:
error("Bad cmd table entry %c", l);
}