summaryrefslogtreecommitdiff
path: root/ext/bz2
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-08 18:57:30 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-08 18:57:30 +0100
commit5c22b7f4a3a302acba7cceb0e8cd0689ef4db27e (patch)
tree6b98a56042bf8cff204ad4eca58b84a0e5522a33 /ext/bz2
parent6d7fcc6890c37889294f971ac0d49327da39b02b (diff)
downloadgstreamer-plugins-bad-5c22b7f4a3a302acba7cceb0e8cd0689ef4db27e.tar.gz
bz2: Fix typo in header include guards
Diffstat (limited to 'ext/bz2')
-rw-r--r--ext/bz2/gstbz2dec.h2
-rw-r--r--ext/bz2/gstbz2enc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/bz2/gstbz2dec.h b/ext/bz2/gstbz2dec.h
index 6a7256984..6ccc07bee 100644
--- a/ext/bz2/gstbz2dec.h
+++ b/ext/bz2/gstbz2dec.h
@@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef __GST_BZ2DEC_H_
+#ifndef __GST_BZ2DEC_H__
#define __GST_BZ2DEC_H__
#include <gst/gst.h>
diff --git a/ext/bz2/gstbz2enc.h b/ext/bz2/gstbz2enc.h
index 7cdb6e311..cf77e120d 100644
--- a/ext/bz2/gstbz2enc.h
+++ b/ext/bz2/gstbz2enc.h
@@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef __GST_BZ2ENC_H_
+#ifndef __GST_BZ2ENC_H__
#define __GST_BZ2ENC_H__
#include <gst/gst.h>