Skip to content
Snippets Groups Projects
Commit 5bb99f49 authored by Hoop77's avatar Hoop77
Browse files

-

parent 77422f96
No related merge requests found
......@@ -36,7 +36,10 @@ int main(int argc, char ** argv)
if (in.empty())
continue;
else if (in == "m")
{
monitoring = !monitoring;
continue;
}
else if (in == "q")
break;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment