Commit 040acaf7 040acaf77750f957ad437cfdb2c2963d66970b6b by Sergey Poznyakoff

(mh_format_dump): Bugfix: missed break;

1 parent e781ed92
...@@ -526,6 +526,7 @@ mh_format_dump (mh_format_t *fmt) ...@@ -526,6 +526,7 @@ mh_format_dump (mh_format_t *fmt)
526 526
527 case mhop_body: 527 case mhop_body:
528 printf ("body"); 528 printf ("body");
529 break;
529 530
530 case mhop_num_to_arg: 531 case mhop_num_to_arg:
531 printf ("num_to_arg"); 532 printf ("num_to_arg");
......