Explorar o código

Added an exit from main

ceriel %!s(int64=37) %!d(string=hai) anos
pai
achega
1583b4191a
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      util/ego/ic/ic.c
  2. 1 0
      util/ego/ra/makeitems.c

+ 1 - 0
util/ego/ic/ic.c

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

+ 1 - 0
util/ego/ra/makeitems.c

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