Added an exit from main

This commit is contained in:
ceriel
1987-03-09 13:14:32 +00:00
parent 1fdc5a5fe6
commit 1583b4191a
2 changed files with 2 additions and 0 deletions

View File

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