Fix unintended fallthrough.

util/mkinit.c:
util/mkinit_erl.c:
    Fix unintended fallthrough in switch (harmless).
This commit is contained in:
Peter Wang
2019-06-01 16:00:26 +10:00
parent ebd551ce90
commit bb52ce0804
2 changed files with 2 additions and 0 deletions

View File

@@ -947,6 +947,7 @@ parse_options(int argc, char *argv[])
case 'm':
/* Used by mkinit_erl. */
usage();
break;
default:
usage();

View File

@@ -339,6 +339,7 @@ parse_options(int argc, char *argv[])
case 's':
/* Used by mkinit. */
usage();
break;
default:
usage();