summaryrefslogtreecommitdiff
path: root/windows/windbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/windbg.h')
-rw-r--r--windows/windbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/windbg.h b/windows/windbg.h
index 6d2ab1aab..f75206ae4 100644
--- a/windows/windbg.h
+++ b/windows/windbg.h
@@ -22,7 +22,7 @@
#include "utils/log.h"
const char *msg_num_to_name(int msg);
-void win_perror(const char * lpszFunction);
+void win_perror(const char *lpszFunction);
#define LOG_WIN_MSG(h, m, w, l) \
if (((m) != WM_SETCURSOR) && \