summaryrefslogtreecommitdiff
path: root/windows/windbg.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-04-03 22:01:37 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-04-03 22:01:37 +0000
commit2ca6e9a3e6bd7450cd1fb80db3a777956c804e11 (patch)
tree846451c0e1e57bbf901a183c15a4c2866643e033 /windows/windbg.h
parent74ffc40e9238c9897ae47b8118f642565e9654a0 (diff)
downloadnetsurf-2ca6e9a3e6bd7450cd1fb80db3a777956c804e11.tar.gz
netsurf-2ca6e9a3e6bd7450cd1fb80db3a777956c804e11.tar.bz2
split out drawable window handling
extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
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) && \