[vlc-commits] winvlc: Remove trailing whitespace
Hugo Beauzée-Luyssen
git at videolan.org
Fri Mar 10 18:40:54 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Mar 10 15:05:19 2017 +0100| [60429c9c8b531b16ae175af8f39d0dcd04243875] | committer: Hugo Beauzée-Luyssen
winvlc: Remove trailing whitespace
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60429c9c8b531b16ae175af8f39d0dcd04243875
---
bin/winvlc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/winvlc.c b/bin/winvlc.c
index af99de0..d586bff 100644
--- a/bin/winvlc.c
+++ b/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++ )
More information about the vlc-commits
mailing list