]> git.sesse.net Git - vlc/commitdiff
fix compilation on Linux
authorRafaël Carré <funman@videolan.org>
Mon, 26 Nov 2007 14:10:30 +0000 (14:10 +0000)
committerRafaël Carré <funman@videolan.org>
Mon, 26 Nov 2007 14:10:30 +0000 (14:10 +0000)
src/misc/update.c

index 7cf6ffeebd223bb65faa30e29b13ab260645ec83..8c40171fd22d363e6e4736611616e38db4bb8c91 100644 (file)
@@ -1365,11 +1365,8 @@ void update_download_for_real( download_thread_t *p_this )
                 if( !p_this->src.psz_md5 || !psz_md5 ||
                     strncmp( psz_md5, p_this->src.psz_md5, 32 ) )
                 {
-                    msg_Err( p_this, 
-    _("%s has an incorrect checksum, download failed or mirror is compromised.\n
-    Please run an antivirus on %s, and report if that file is trojaned.\n
-    If not, please try later."),
-    p_this->src.psz_description );
+                    msg_Err( p_this, _("%s has an incorrect checksum, download failed or mirror is compromised.\n Please run an antivirus on %s, and report if that file is trojaned.\n If not, please try later."),
+                    p_this->src.psz_description );
                 }
                 free( psz_md5 );
             }