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

@ -104,6 +104,7 @@ main(argc,argv)
putdtable(fdblock, dfile);
pfile = openfile(pname2,"w");
putptable(fproc, pfile,FALSE);
exit(0);
}

View file

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