[vlc-devel] commit: NSV: fix comment (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Feb 28 10:57:57 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 27 16:16:08 2010 +0100| [a278cc95be52d3aacfabf48622710ba3efd5b5f8] | committer: Jean-Baptiste Kempf
NSV: fix comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a278cc95be52d3aacfabf48622710ba3efd5b5f8
---
modules/demux/nsv.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/nsv.c b/modules/demux/nsv.c
index 887e17b..d81251d 100644
--- a/modules/demux/nsv.c
+++ b/modules/demux/nsv.c
@@ -455,7 +455,7 @@ static int ReadNSVf( demux_t *p_demux )
return stream_Read( p_demux->s, NULL, i_size ) == i_size ? VLC_SUCCESS : VLC_EGENERIC;
}
/*****************************************************************************
- * ReadNSVf:
+ * ReadNSVs:
*****************************************************************************/
static int ReadNSVs( demux_t *p_demux )
{
More information about the vlc-devel
mailing list