ZSNESW returns 0 on exit instead of a random value.

This commit is contained in:
n-a-c-h
2005-01-08 21:28:49 +00:00
parent dec0ed8ed5
commit ce90faed18

View File

@@ -379,6 +379,8 @@ int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine,
free(argv);
}
// END FIX - STATMAT - 22/01/02
return(0);
}
int my_atoi(char *nptr)