From: RĂ©mi Denis-Courmont Date: Sat, 15 Dec 2007 20:40:41 +0000 (+0000) Subject: Remove extra semi-colon X-Git-Tag: 0.9.0-test0~4102 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8493971637d6c6b7e21b64677a00e9d3c5392fae;p=vlc Remove extra semi-colon --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 8490b351fd..ead73e61d9 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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,