mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix typo in error message
This commit is contained in:
committed by
manojsdoshi
parent
ac766ec0eb
commit
eb1a699c5a
@@ -611,7 +611,7 @@ run(int argc, char** argv)
|
|||||||
if ((config->START_UP == Config::LOAD) ||
|
if ((config->START_UP == Config::LOAD) ||
|
||||||
(config->START_UP == Config::REPLAY))
|
(config->START_UP == Config::REPLAY))
|
||||||
{
|
{
|
||||||
std::cerr << "Net and load/reply options are incompatible"
|
std::cerr << "Net and load/replay options are incompatible"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user