]> git.sesse.net Git - vlc/commitdiff
Fix compilation
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 30 Aug 2011 14:49:04 +0000 (16:49 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 30 Aug 2011 14:49:04 +0000 (16:49 +0200)
src/posix/dirs.c

index ef51766a553fdce7d4188e0653d3b76915f60d75..eceb837bbf92d6dadd16fe7fff7676842931fb3a 100644 (file)
@@ -83,7 +83,7 @@ static char *config_GetHomeDir (void)
 #endif
 
     if (!home)
-        return NULL
+        return NULL;
 
     return FromLocaleDup (home);
 }