diff options
author | Max Kellermann <max@duempel.org> | 2014-01-14 21:38:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-15 11:22:59 +0100 |
commit | c91e08fbfd257313fa7950cdb0c81657b9e1b173 (patch) | |
tree | 110195d7fc069f95036290319a514f06e4474444 /src | |
parent | f8824345475ff521a92f882a0cbcbcc3ee4e9e28 (diff) | |
download | mpd-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.hxx | 2 |
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" |