flx: Fix typo in header include guard
authorSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 16:19:19 +0000 (17:19 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 16:19:39 +0000 (17:19 +0100)
error: '__GST_FLX_FMT__H__' is used as a header guard here,
followed by #define of a different macro [-Werror,-Wheader-guard]

gst/flx/flx_fmt.h

index fbe850b..9ab31ba 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 
-#ifndef __GST_FLX_FMT__H__
+#ifndef __GST_FLX_FMT_H__
 #define __GST_FLX_FMT_H__
 
 #include <gst/gst.h>