Added exit to main program of tab.c
This commit is contained in:
parent
d06c286fe0
commit
a6580594ec
@ -31,6 +31,7 @@ main(argc, argv)
|
||||
process(*argv++, InputForm);
|
||||
}
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
|
||||
char *
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user