Changeset 8493971637d6c6b7e21b64677a00e9d3c5392fae

Show
Ignore:
Timestamp:
15/12/07 21:40:41 (10 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1197751241 +0000
git-parent:

[eb918f107c6433cd8d547a3104e7d87328d9de20]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1197751241 +0000
Message:

Remove extra semi-colon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-module.c

    r99c94ac r8493971  
    10691069#define FETCH_META_LONGTEXT N_( \ 
    10701070    "Specify if you want to attempt to fetch files'"\ 
    1071     "meta informations using the network." ); 
     1071    "meta informations using the network." ) 
    10721072 
    10731073#define ALBUM_ART_TEXT N_( "Album art policy" ) 
    10741074#define ALBUM_ART_LONGTEXT N_( \ 
    1075     "Choose how album art will be downloaded." ); 
     1075    "Choose how album art will be downloaded." ) 
    10761076 
    10771077static int pi_albumart_values[] = { ALBUM_ART_WHEN_ASKED,