From bfbef724fe86cd5ec32391af32b37dd243a980f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Ros=C3=A9en?= Date: Wed, 16 Nov 2016 03:51:13 +0100 Subject: [PATCH] vlc_memstream: fix include-guard Simple fix of typo in the include-guard so that it actually does what it is supposed to do. Signed-off-by: Jean-Baptiste Kempf --- include/vlc_memstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_memstream.h b/include/vlc_memstream.h index 9086f1b9e6..63337651fb 100644 --- a/include/vlc_memstream.h +++ b/include/vlc_memstream.h @@ -19,7 +19,7 @@ *****************************************************************************/ #ifndef VLC_MEMSTREAM_H -# define VLC_MEMSREAM_H 1 +# define VLC_MEMSTREAM_H 1 # include # include -- GitLab