removed duplicated line of code (nw)

This commit is contained in:
Oliver Stöneberg 2014-11-10 10:19:15 +01:00
parent b33ff1a101
commit b05773824e

View File

@ -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;
} }