mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:19:41 +00:00
typo 2 -.-
This commit is contained in:
parent
56c9992b29
commit
f7bfea5861
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void validate(boost::any &v, std::vector<std::string> const &tokens, FallbackMap
|
|||
throw boost::program_options::validation_error("invalid value");
|
||||
#else
|
||||
throw boost::program_options::validation_error(boost::program_options::validation_error::invalid_option_value);
|
||||
#endif/
|
||||
#endif
|
||||
|
||||
std::string key(it->substr(0,sep));
|
||||
std::string value(it->substr(sep+1));
|
||||
|
|
Loading…
Reference in a new issue