Added exit from main

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

View file

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

View file

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