oggmux: Fix typo in header include guard

clang does not like this.
This commit is contained in:
Sebastian Dröge 2014-02-08 17:02:27 +01:00
parent d3e0381d3d
commit 437d11f5a0

View file

@ -19,7 +19,7 @@
*/
#ifndef __GST_OGG_MUX_H__
#define __GST_OGGEMUX_H__
#define __GST_OGG_MUX_H__
#include <ogg/ogg.h>