]> git.sesse.net Git - vlc/commitdiff
Remove extra semi-colon
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Dec 2007 20:40:41 +0000 (20:40 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Dec 2007 20:40:41 +0000 (20:40 +0000)
src/libvlc-module.c

index 8490b351fdbf1a9474f9bb88ed883b5583ad5daa..ead73e61d9cc64527228a75a82958043f5466a2e 100644 (file)
@@ -1068,11 +1068,11 @@ static const char *ppsz_clock_descriptions[] =
 #define FETCH_META_TEXT N_( "Autorise meta information fetching" )
 #define FETCH_META_LONGTEXT N_( \
     "Specify if you want to attempt to fetch files'"\
-    "meta informations using the network." );
+    "meta informations using the network." )
 
 #define ALBUM_ART_TEXT N_( "Album art policy" )
 #define ALBUM_ART_LONGTEXT N_( \
-    "Choose how album art will be downloaded." );
+    "Choose how album art will be downloaded." )
 
 static int pi_albumart_values[] = { ALBUM_ART_WHEN_ASKED,
                                     ALBUM_ART_WHEN_PLAYED,