mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
bz2: Fix typo in header include guards
This commit is contained in:
parent
6d7fcc6890
commit
5c22b7f4a3
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GST_BZ2DEC_H_
|
#ifndef __GST_BZ2DEC_H__
|
||||||
#define __GST_BZ2DEC_H__
|
#define __GST_BZ2DEC_H__
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GST_BZ2ENC_H_
|
#ifndef __GST_BZ2ENC_H__
|
||||||
#define __GST_BZ2ENC_H__
|
#define __GST_BZ2ENC_H__
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
Loading…
Reference in a new issue