(mh_format_dump): Bugfix: missed break;
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -526,7 +526,8 @@ mh_format_dump (mh_format_t *fmt) | ... | @@ -526,7 +526,8 @@ mh_format_dump (mh_format_t *fmt) |
526 | 526 | ||
527 | case mhop_body: | 527 | case mhop_body: |
528 | printf ("body"); | 528 | printf ("body"); |
529 | 529 | break; | |
530 | |||
530 | case mhop_num_to_arg: | 531 | case mhop_num_to_arg: |
531 | printf ("num_to_arg"); | 532 | printf ("num_to_arg"); |
532 | break; | 533 | break; | ... | ... |
-
Please register or sign in to post a comment