aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-14 21:38:08 +0100
committerMax Kellermann <max@duempel.org>2014-01-15 11:22:59 +0100
commitc91e08fbfd257313fa7950cdb0c81657b9e1b173 (patch)
tree110195d7fc069f95036290319a514f06e4474444 /src
parentf8824345475ff521a92f882a0cbcbcc3ee4e9e28 (diff)
downloadmpd-c91e08fbfd257313fa7950cdb0c81657b9e1b173.tar.gz
mpd-c91e08fbfd257313fa7950cdb0c81657b9e1b173.tar.xz
mpd-c91e08fbfd257313fa7950cdb0c81657b9e1b173.zip
OutputAPI: fix typo in include guard
Diffstat (limited to 'src')
-rw-r--r--src/OutputAPI.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputAPI.hxx b/src/OutputAPI.hxx
index 73cbaf183..e905fd9db 100644
--- a/src/OutputAPI.hxx
+++ b/src/OutputAPI.hxx
@@ -18,7 +18,7 @@
*/
#ifndef MPD_OUTPUT_API_HXX
-#define MPD_OUTPUT_API_HxX
+#define MPD_OUTPUT_API_HXX
#include "OutputPlugin.hxx"
#include "OutputInternal.hxx"