From 437d11f5a0d85ad6f203377473938d5efa3dd439 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 8 Feb 2014 17:02:27 +0100 Subject: [PATCH] oggmux: Fix typo in header include guard clang does not like this. --- ext/ogg/gstoggmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/gstoggmux.h b/ext/ogg/gstoggmux.h index dc1a445..3cb8840 100644 --- a/ext/ogg/gstoggmux.h +++ b/ext/ogg/gstoggmux.h @@ -19,7 +19,7 @@ */ #ifndef __GST_OGG_MUX_H__ -#define __GST_OGGEMUX_H__ +#define __GST_OGG_MUX_H__ #include -- 2.7.4