OutputAPI: fix typo in include guard
This commit is contained in:
parent
46debfb8b5
commit
70d3ad3ca1
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MPD_OUTPUT_API_HXX
|
#ifndef MPD_OUTPUT_API_HXX
|
||||||
#define MPD_OUTPUT_API_HxX
|
#define MPD_OUTPUT_API_HXX
|
||||||
|
|
||||||
// IWYU pragma: begin_exports
|
// IWYU pragma: begin_exports
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue