Minor cleanup.

This commit is contained in:
Arthur Britto
2012-08-14 16:04:39 -07:00
parent d3bce70e86
commit 64d6f16068

View File

@@ -146,11 +146,11 @@ int main(int argc, char* argv[])
if (!iResult)
{
theConfig.setup(vm.count("conf") ? vm["conf"].as<std::string>() : "");
}
if (vm.count("standalone"))
{
theConfig.RUN_STANDALONE = true;
if (vm.count("standalone"))
{
theConfig.RUN_STANDALONE = true;
}
}
if (iResult)