Explorar el Código

poking at stuff

Stan Gurtler hace 3 años
padre
commit
b2c55f9344
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      prsona/src/networking.cpp

+ 1 - 1
prsona/src/networking.cpp

@@ -503,7 +503,7 @@ bool RemoteControlHandler::handleGet(
     else
         mg_printf(conn, "%s\n", message.c_str());
 
-    std::cout << "Hi hi!!!"
+    std::cout << "Hi hi!!!" << endl;
     sync->val++;
     sync->cv.notify_all();