eolian gen2: fix generation type specification

This commit is contained in:
Daniel Kolesa 2016-09-28 14:46:24 +02:00
parent 6d8854f461
commit 759f470c29
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ main(int argc, char **argv)
fprintf(stderr, "unknown type: '%c'\n", *wstr);
goto end;
}
break;
case 'o':
if (strchr(optarg, ':'))
{