From 70d3ad3ca1d9b273b56e2efc30b265f3a09f8f96 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/OutputAPI.hxx') 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 -- cgit v1.2.3