diff options
author | Max Kellermann <max@duempel.org> | 2014-01-14 21:38:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-14 22:33:18 +0100 |
commit | 70d3ad3ca1d9b273b56e2efc30b265f3a09f8f96 (patch) | |
tree | 83ffd9400e05f33521a9117985ca0f1d56f6b0da | |
parent | 46debfb8b54f19411376d2b486f51b48aa9b8cf9 (diff) | |
download | mpd-70d3ad3ca1d9b273b56e2efc30b265f3a09f8f96.tar.gz mpd-70d3ad3ca1d9b273b56e2efc30b265f3a09f8f96.tar.xz mpd-70d3ad3ca1d9b273b56e2efc30b265f3a09f8f96.zip |
OutputAPI: fix typo in include guard
Diffstat (limited to '')
-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 b101b9429..322ed3971 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 // IWYU pragma: begin_exports |