1
0
Fork 1
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:
Sebastian Wick 2012-04-05 00:16:44 +02:00
parent 56c9992b29
commit f7bfea5861

View file

@ -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));