]> git.sesse.net Git - vlc/commitdiff
Typo
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 31 Jan 2009 22:55:11 +0000 (22:55 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 31 Jan 2009 22:55:11 +0000 (22:55 +0000)
src/misc/update.c

index fc05e6f76e568f0d66ea07a92aa12d8935b14962..2b80a2e29987366c2f48df05d5d705c5e1dc3654 100644 (file)
@@ -1633,7 +1633,7 @@ static void* update_DownloadReal( vlc_object_t *p_this )
             p_update->release.psz_url, psz_size ) != -1 )
         {
             intf_ProgressUpdate( p_progress, psz_status, 100.0, 0 );
-            p_progress = NULL
+            p_progress = NULL;
             free( psz_status );
         }
     }