From 85b84e12433031efc11a079fa989d831a7b0099b Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 29 Nov 2017 13:02:37 -0300 Subject: avformat/hlsplaylist: fix header include guard Fixes fate-source Signed-off-by: James Almer --- libavformat/hlsplaylist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/hlsplaylist.h') diff --git a/libavformat/hlsplaylist.h b/libavformat/hlsplaylist.h index fd36c7e6c2..3445b5f297 100644 --- a/libavformat/hlsplaylist.h +++ b/libavformat/hlsplaylist.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVFORMAT_HLSPLAYLIST_H_ -#define AVFORMAT_HLSPLAYLIST_H_ +#ifndef AVFORMAT_HLSPLAYLIST_H +#define AVFORMAT_HLSPLAYLIST_H #include "libavutil/common.h" -- cgit v1.2.3