Plugins: Oops, typo.

This commit is contained in:
Unknown W. Brackets 2020-08-26 21:44:08 -07:00
parent e383b0279f
commit 2f4945aad8

View file

@ -49,7 +49,6 @@ static PluginInfo ReadPluginIni(const std::string &subdir, IniFile &ini) {
auto options = ini.GetOrCreateSection("options");
std::string value;
int ivalue;
if (options->Get("type", &value, "")) {
if (value == "prx") {