Added an exit from main

This commit is contained in:
ceriel 1987-03-09 13:01:51 +00:00
parent 29a4a0266b
commit 0bec865e32

View file

@ -42,6 +42,7 @@ main(argc, argv)
}
}
MkCharIndex();
exit(0);
}
MkCharIndex()