Skip to content
Snippets Groups Projects
Commit a99f418f authored by rswindell's avatar rswindell
Browse files

Fix msvc error in main().

parent 88dea431
Branches
Tags
No related merge requests found
......@@ -849,7 +849,7 @@ int main(int argc, char **argv)
close(file); }
if(maint)
return;
return(0);
strcpy(list_fmt,DEF_LIST_FMT);
while(1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment