bz2: Fix typo in header include guards

This commit is contained in:
Sebastian Dröge 2014-02-08 18:57:30 +01:00
parent 6d7fcc6890
commit 5c22b7f4a3
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>