bz2: Fix typo in header include guards
This commit is contained in:
parent
6d7fcc6890
commit
5c22b7f4a3
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user