aboutsummaryrefslogtreecommitdiffstats
path: root/src/event
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-24 16:07:12 +0100
committerMax Kellermann <max@duempel.org>2013-11-24 16:07:12 +0100
commit41e714597360072b9c765a8265272158d9821bc4 (patch)
tree90bc4f43a389e21722f200d43f355dba29db4aee /src/event
parentdb238cc23f3bb5c9768d30ae24b99e67a5795203 (diff)
downloadmpd-41e714597360072b9c765a8265272158d9821bc4.tar.gz
mpd-41e714597360072b9c765a8265272158d9821bc4.tar.xz
mpd-41e714597360072b9c765a8265272158d9821bc4.zip
event/SocketMonitor: add missing space
Diffstat (limited to 'src/event')
-rw-r--r--src/event/MultiSocketMonitor.hxx4
-rw-r--r--src/event/SocketMonitor.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/event/MultiSocketMonitor.hxx b/src/event/MultiSocketMonitor.hxx
index 8ee81a508..e2197fc90 100644
--- a/src/event/MultiSocketMonitor.hxx
+++ b/src/event/MultiSocketMonitor.hxx
@@ -37,8 +37,8 @@
#include <stdint.h>
#ifdef WIN32
-/* ERRORis a WIN32 macro that poisons our namespace; this is a
- kludge to allow us to use it anyway */
+/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
+ to allow us to use it anyway */
#ifdef ERROR
#undef ERROR
#endif
diff --git a/src/event/SocketMonitor.hxx b/src/event/SocketMonitor.hxx
index 5369ddb8a..8df604595 100644
--- a/src/event/SocketMonitor.hxx
+++ b/src/event/SocketMonitor.hxx
@@ -34,8 +34,8 @@
#include <stddef.h>
#ifdef WIN32
-/* ERRORis a WIN32 macro that poisons our namespace; this is a
- kludge to allow us to use it anyway */
+/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
+ to allow us to use it anyway */
#ifdef ERROR
#undef ERROR
#endif