This commit is contained in:
Mirek Kratochvil 2020-05-10 20:10:26 +02:00
parent 3388967f2c
commit 7b5ece32de
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -33,7 +33,7 @@ After the program starts, control the data avenger with standard \verb-WSAD- con
int main() {
int i;
if(i = cool::ProcessAllData());
if(i = cool::ProcessAllData()) // returns 0 on error
std::cout << i << std::endl;
else
std::cerr << "error!" << std::endl;