Cure exit from main warning.

This commit is contained in:
steve 2006-06-27 01:33:17 +00:00
parent f09cf85c76
commit e2cc258283
1 changed files with 1 additions and 0 deletions

View File

@ -562,4 +562,5 @@ int main(int argc, char *argv[])
compile_and_link();
myExit(0);
return 0; // eliminate warnings.
}