more typos
This commit is contained in:
parent
ee2c3aa045
commit
ba6cd23838
|
@ -1572,7 +1572,7 @@ int db_sqlite_update_version(int from_version) {
|
|||
if(db_sqlite_exec(E_LOG,db_sqlite_upgrade_scripts[from_version])!=DB_E_SUCCESS) {
|
||||
DPRINTF(E_FATAL,L_DB,"Error upgrading database. A backup copy of your "
|
||||
"original database is located at %s. Please save it somewhere "
|
||||
"and report to the forums at www.mt-daapd.org. Thanks.",
|
||||
"and report to the forums at www.mt-daapd.org. Thanks.\n",
|
||||
db_new_path);
|
||||
}
|
||||
from_version++;
|
||||
|
|
|
@ -349,7 +349,7 @@ static TAGHANDLER taghandlers[] = {
|
|||
{ "ogg", scan_get_nultags, scan_get_ogginfo, "ogg", "ogg", "Ogg Vorbis audio file" },
|
||||
#endif
|
||||
#ifdef FLAC
|
||||
{ "flac", scan_get_nulags, scan_get_flacinfo, "flac","flac", "FLAC audio file" },
|
||||
{ "flac", scan_get_nultags, scan_get_flacinfo, "flac","flac", "FLAC audio file" },
|
||||
{ "fla", scan_get_nultags, scan_get_flacinfo, "flac","flac", "FLAC audio file" },
|
||||
#endif
|
||||
{ NULL, NULL, NULL, NULL, NULL, NULL }
|
||||
|
|
Loading…
Reference in New Issue