Commit 41e71459 authored by Max Kellermann's avatar Max Kellermann

event/SocketMonitor: add missing space

parent db238cc2
...@@ -37,8 +37,8 @@ ...@@ -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
......
...@@ -34,8 +34,8 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment