Added an exit from main
This commit is contained in:
parent
1fdc5a5fe6
commit
1583b4191a
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue