]> git.sesse.net Git - vlc/commitdiff
* modules/demux/avi/libavi.c: multiline strings are not valid C.
authorGildas Bazin <gbazin@videolan.org>
Mon, 20 Oct 2003 17:18:54 +0000 (17:18 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 20 Oct 2003 17:18:54 +0000 (17:18 +0000)
modules/demux/avi/libavi.c

index 618e6dfc736321d7f936608db2b6de1562975bf1..abc9a9b83061979d3d836ff07f94d7e06fe39120 100644 (file)
@@ -2,7 +2,7 @@
  * libavi.c :
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: libavi.c,v 1.27 2003/10/19 13:39:11 hartman Exp $
+ * $Id: libavi.c,v 1.28 2003/10/20 17:18:54 gbazin Exp $
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -340,8 +340,8 @@ static int AVI_ChunkRead_strf( stream_t *s, avi_chunk_t *p_chk )
                 if( p_chk->strf.auds.p_wf->wFormatTag == WAVE_FORMAT_EXTENSIBLE )
                 {
                     /* Found an extensible header atm almost nothing uses that. */
-                    msg_Warn( (vlc_object_t*)s, "WAVE_FORMAT_EXTENSIBLE or vorbis 
-                                        audio dectected: both are not supported" );
+                    msg_Warn( (vlc_object_t*)s, "WAVE_FORMAT_EXTENSIBLE or "
+                              "vorbis audio dectected: not supported" );
                 }
             }
             else