Update 'src/emk.c'

This commit is contained in:
Liam Waldron 2023-05-09 08:59:03 -04:00
parent 7046ee7988
commit 4e67acbdb2

View File

@ -24,7 +24,7 @@ main(int argc, char *argv[])
{
int opt;
while ((opt = getopt(argv,argv, ":if:hv")) != -1) {
while ((opt = getopt(argc,argv, ":if:hv")) != -1) {
switch(opt) {
case 'h':
usage(argc, argv);