diff --git a/pkgread/stringres.h b/pkgread/stringres.h index a1de8f0..187aad0 100644 --- a/pkgread/stringres.h +++ b/pkgread/stringres.h @@ -323,7 +323,8 @@ std::wstring GetCapabilityDisplayName (const std::wstring &capname) { for (auto &it : g_nameToId) { - if (it.first == searchname) return GetRCStringSW (it.second); + if (it.first == searchname) + return GetRCStringSW (it.second); } } else return ret;