mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix double period in error message.
This commit is contained in:
@@ -51,7 +51,7 @@ namespace loot {
|
||||
regexPlugins.push_back(plugin);
|
||||
else {
|
||||
if (!plugins.insert(plugin).second)
|
||||
throw error(error::path_read_fail, "More than one entry exists for \"" + plugin.Name() + "\".");
|
||||
throw error(error::path_read_fail, "More than one entry exists for \"" + plugin.Name() + "\"");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user