Added exit from main

This commit is contained in:
ceriel 1987-03-09 13:22:45 +00:00
parent a6580594ec
commit 6abd7f6495
2 changed files with 2 additions and 0 deletions

View File

@ -80,4 +80,5 @@ main(argc,argv)
error("cannot open class file"); error("cannot open class file");
} }
convert(f1,f2); convert(f1,f2);
exit(0);
} }

View File

@ -116,6 +116,7 @@ main(argc, argv)
} }
fclose(f); fclose(f);
exit(0);
} }