summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/stream.h b/stream/stream.h
index a9b2c9a5fc..259c4736e9 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -1,5 +1,5 @@
-#ifndef __STREAM_H
-#define __STREAM_H
+#ifndef STREAM_H
+#define STREAM_H
#include "mp_msg.h"
#include <string.h>
@@ -312,4 +312,4 @@ typedef struct {
int channels;
} stream_language_t;
-#endif // __STREAM_H
+#endif // STREAM_H