[vlc-commits] vlc_memstream: fix include-guard
Filip Roséen
git at videolan.org
Wed Nov 16 14:12:07 CET 2016
vlc | branch: master | Filip Roséen <filip at atch.se> | 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 <jb at videolan.org>
> 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>
More information about the vlc-commits
mailing list