From 8493971637d6c6b7e21b64677a00e9d3c5392fae Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 15 Dec 2007 20:40:41 +0000 Subject: [PATCH] Remove extra semi-colon --- src/libvlc-module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.2