Skip to content

Commit

Permalink
vlc_memstream: fix include-guard
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
filiproseen-refp authored and jbkempf committed Nov 16, 2016
1 parent 20c4266 commit bfbef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vlc_memstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*****************************************************************************/

#ifndef VLC_MEMSTREAM_H
# define VLC_MEMSREAM_H 1
# define VLC_MEMSTREAM_H 1

# include <stdarg.h>
# include <stdio.h>
Expand Down

0 comments on commit bfbef72

Please sign in to comment.