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);
}