aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/util.h b/tests/server/util.h
index c90fcdf32..a2a56badd 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -44,7 +44,7 @@ extern const char *serverlogfile;
#undef perror
#define perror(m) win32_perror(m)
-void win32_perror (const char *msg);
+void win32_perror(const char *msg);
#endif /* WIN32 */
#ifdef USE_WINSOCK