Commit 84939716 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove extra semi-colon

parent eb918f10
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment