event/SocketMonitor: add missing space

This commit is contained in:
Max Kellermann 2013-11-24 16:07:12 +01:00
parent db238cc23f
commit 41e7145973
2 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@
#include <stdint.h> #include <stdint.h>
#ifdef WIN32 #ifdef WIN32
/* ERRORis a WIN32 macro that poisons our namespace; this is a /* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
kludge to allow us to use it anyway */ to allow us to use it anyway */
#ifdef ERROR #ifdef ERROR
#undef ERROR #undef ERROR
#endif #endif

View File

@ -34,8 +34,8 @@
#include <stddef.h> #include <stddef.h>
#ifdef WIN32 #ifdef WIN32
/* ERRORis a WIN32 macro that poisons our namespace; this is a /* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
kludge to allow us to use it anyway */ to allow us to use it anyway */
#ifdef ERROR #ifdef ERROR
#undef ERROR #undef ERROR
#endif #endif