[vlc-devel] commit: libasf: remove stray '\' (Jean-Paul Saman )

git version control git at videolan.org
Tue Aug 4 11:10:01 CEST 2009


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Jul 10 11:33:46 2009 +0200| [ea85615cd54347e41209e234ef787de9987e5ae3] | committer: Jean-Paul Saman 

libasf: remove stray '\'
(cherry picked from commit 35baa96f7b3493737c1575c2dbffc7946a9c04df)

Signed-off-by: Jean-Paul Saman <jean-paul.saman at m2x.nl>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea85615cd54347e41209e234ef787de9987e5ae3
---

 modules/demux/asf/libasf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/asf/libasf.c b/modules/demux/asf/libasf.c
index 46183cb..beae88c 100644
--- a/modules/demux/asf/libasf.c
+++ b/modules/demux/asf/libasf.c
@@ -108,7 +108,7 @@ static char *AsfObjectHelperReadString( const uint8_t *p_peek, int i_peek, uint8
             int i;
             for( i = 0; i < i_size/2; i++ )
                 psz_string[i] = GetWLE( &p_data[2*i] );
-            psz_string[i_size/2] = '\0'; \
+            psz_string[i_size/2] = '\0';
         }
     }
     else




More information about the vlc-devel mailing list