Explorar o código

poking at stuff

Stan Gurtler %!s(int64=2) %!d(string=hai) anos
pai
achega
2605256cb3
Modificáronse 1 ficheiros con 1 adicións e 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!!!" << endl;
+    std::cout << "Hi hi!!!" << std::endl;
     sync->val++;
     sync->cv.notify_all();