oggmux: Fix typo in header include guard
authorSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 16:02:27 +0000 (17:02 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 16:02:45 +0000 (17:02 +0100)
clang does not like this.

ext/ogg/gstoggmux.h

index dc1a445..3cb8840 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifndef __GST_OGG_MUX_H__
-#define __GST_OGGEMUX_H__
+#define __GST_OGG_MUX_H__
 
 #include <ogg/ogg.h>