summaryrefslogtreecommitdiff
path: root/interpret.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpret.h')
-rw-r--r--interpret.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/interpret.h b/interpret.h
index 70195d96..9ffa5bbd 100644
--- a/interpret.h
+++ b/interpret.h
@@ -275,8 +275,7 @@ uninitialized_scalar:
PUSH(m);
break;
}
- /* else
- fall through */
+ /* fall through */
case Op_push_array:
PUSH(pc->memory);
break;