diff --git a/build/thesis.pdf b/build/thesis.pdf index 7110bfc..1060894 100644 Binary files a/build/thesis.pdf and b/build/thesis.pdf differ diff --git a/howto.tex b/howto.tex index 882a9af..9d6706b 100644 --- a/howto.tex +++ b/howto.tex @@ -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;