mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26666 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9730755fc7
commit
3f5e61e094
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ QVariant ServerInfo::value(enum ServerInfos info)
|
||||||
|
|
||||||
QString s = ServerInfoList[i].name;
|
QString s = ServerInfoList[i].name;
|
||||||
s.replace(":platform:", RbSettings::value(RbSettings::CurrentPlatform).toString());
|
s.replace(":platform:", RbSettings::value(RbSettings::CurrentPlatform).toString());
|
||||||
qDebug() << "[ServerIndo] GET:" << s << serverInfos.value(s, ServerInfoList[i].def).toString();
|
qDebug() << "[ServerInfo] GET:" << s << serverInfos.value(s, ServerInfoList[i].def).toString();
|
||||||
return serverInfos.value(s, ServerInfoList[i].def);
|
return serverInfos.value(s, ServerInfoList[i].def);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue