OutputAPI: fix typo in include guard

This commit is contained in:
Max Kellermann 2014-01-14 21:38:08 +01:00
parent f882434547
commit c91e08fbfd

View File

@ -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"