Added an exit from main
This commit is contained in:
parent
1fdc5a5fe6
commit
1583b4191a
@ -104,6 +104,7 @@ main(argc,argv)
|
|||||||
putdtable(fdblock, dfile);
|
putdtable(fdblock, dfile);
|
||||||
pfile = openfile(pname2,"w");
|
pfile = openfile(pname2,"w");
|
||||||
putptable(fproc, pfile,FALSE);
|
putptable(fproc, pfile,FALSE);
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -74,4 +74,5 @@ main(argc,argv)
|
|||||||
error("cannot open item file");
|
error("cannot open item file");
|
||||||
}
|
}
|
||||||
convert(f1,f2);
|
convert(f1,f2);
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user