diff options
Diffstat (limited to 'cpu/mep.opc')
-rw-r--r-- | cpu/mep.opc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mep.opc b/cpu/mep.opc index 6b4e9ff..7ed3ea8 100644 --- a/cpu/mep.opc +++ b/cpu/mep.opc @@ -790,6 +790,7 @@ expand_string (const char *in, int first_only) break; case '(': depth++; + /* Fall through. */ default: args[narg].len++; break; |