Previous 199869 Revisions Next

r33317 Monday 10th November, 2014 at 09:19:15 UTC by Oliver Stöneberg
removed duplicated line of code (nw)
[src/osd/windows]winmain.c

trunk/src/osd/windows/winmain.c
r241828r241829
11311131   // flush stderr, so the data is actually written when output is being redirected
11321132   fflush(stderr);
11331133
1134   // flush stderr, so the data is actually written when output is being redirected
1135   fflush(stderr);
1136
11371134   // exit
11381135   return EXCEPTION_CONTINUE_SEARCH;
11391136}


Previous 199869 Revisions Next


© 1997-2024 The MAME Team