From c91e08fbfd257313fa7950cdb0c81657b9e1b173 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 14 Jan 2014 21:38:08 +0100 Subject: OutputAPI: fix typo in include guard --- src/OutputAPI.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3