Browse Source

winvlc: Remove trailing whitespace

pull/54/merge
Hugo Beauzée-Luyssen 9 years ago
parent
commit
60429c9c8b
  1. 2
      bin/winvlc.c

2
bin/winvlc.c

@ -389,7 +389,7 @@ LONG WINAPI vlc_exception_filter(struct _EXCEPTION_POINTERS *lpExceptionInfo)
const EXCEPTION_RECORD *const pException = (const EXCEPTION_RECORD *)
lpExceptionInfo->ExceptionRecord;
/* No nested exceptions for now */
fwprintf( fd, L"\n\n[exceptions]\n%08x at %px",
fwprintf( fd, L"\n\n[exceptions]\n%08x at %px",
pException->ExceptionCode, pException->ExceptionAddress );
for( unsigned int i = 0; i < pException->NumberParameters; i++ )

Loading…
Cancel
Save