[vlc-devel] commit: Typo (Christophe Mutricy )
    git version control 
    git at videolan.org
       
    Sun Feb  1 00:00:04 CET 2009
    
    
  
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Jan 31 22:55:11 2009 +0000| [1b7603ffc250c42b61bcdb8ab1885fcb8637c10c] | committer: Christophe Mutricy 
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b7603ffc250c42b61bcdb8ab1885fcb8637c10c
---
 src/misc/update.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/update.c b/src/misc/update.c
index fc05e6f..2b80a2e 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -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 );
         }
     }
    
    
More information about the vlc-devel
mailing list