mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
removed duplicated line of code (nw)
This commit is contained in:
parent
b33ff1a101
commit
b05773824e
@ -1131,9 +1131,6 @@ static LONG WINAPI exception_filter(struct _EXCEPTION_POINTERS *info)
|
||||
// flush stderr, so the data is actually written when output is being redirected
|
||||
fflush(stderr);
|
||||
|
||||
// flush stderr, so the data is actually written when output is being redirected
|
||||
fflush(stderr);
|
||||
|
||||
// exit
|
||||
return EXCEPTION_CONTINUE_SEARCH;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user