summaryrefslogtreecommitdiff
path: root/src/bin/eolian2/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/eolian2/main.c')
-rw-r--r--src/bin/eolian2/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/eolian2/main.c b/src/bin/eolian2/main.c
index 18985e8a1f..b97e64d7fa 100644
--- a/src/bin/eolian2/main.c
+++ b/src/bin/eolian2/main.c
@@ -419,6 +419,7 @@ main(int argc, char **argv)
fprintf(stderr, "unknown type: '%c'\n", *wstr);
goto end;
}
+ break;
case 'o':
if (strchr(optarg, ':'))
{