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