diff options
Diffstat (limited to 'plugins/ConnectionNotify/src/debug.h')
-rw-r--r-- | plugins/ConnectionNotify/src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ConnectionNotify/src/debug.h b/plugins/ConnectionNotify/src/debug.h index fd5b070c9e..90c46be0f5 100644 --- a/plugins/ConnectionNotify/src/debug.h +++ b/plugins/ConnectionNotify/src/debug.h @@ -6,5 +6,5 @@ #include <stdio.h>
#include <tchar.h>
-void _OutputDebugString(TCHAR* lpOutputString, ... );
+void _OutputDebugString(TCHAR* lpOutputString, ...);
#endif
\ No newline at end of file |