mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +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
|
// flush stderr, so the data is actually written when output is being redirected
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
|
|
||||||
// flush stderr, so the data is actually written when output is being redirected
|
|
||||||
fflush(stderr);
|
|
||||||
|
|
||||||
// exit
|
// exit
|
||||||
return EXCEPTION_CONTINUE_SEARCH;
|
return EXCEPTION_CONTINUE_SEARCH;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user