Replaced return from main by exit

This commit is contained in:
ceriel
1987-03-09 13:29:04 +00:00
parent 11af9f9716
commit 262490efaa
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ main(argc, argv)
DoFile(stdin);
}
EndOfProgram();
exit(0);
}
DoFile(fp)