vlc | branch: master | Filip Roséen <[email protected]> | Wed Nov 16 03:51:13 2016 +0100| [bfbef724fe86cd5ec32391af32b37dd243a980f9] | committer: Jean-Baptiste Kempf
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 <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bfbef724fe86cd5ec32391af32b37dd243a980f9 --- 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 9086f1b..6333765 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 <stdarg.h> # include <stdio.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
