Skip to content
Snippets Groups Projects
Commit 6ce7a390 authored by deuce's avatar deuce
Browse files

Use proper int for main() function

parent 918902f4
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,7 @@ void RefreshBest(void) {
INT16 main(INT16 argc, char *argv[]) {
int main(int argc, char *argv[]) {
FILE *justfile, *njustfile;
//char key;
//WORD uintval;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment