소스 검색

poking at stuff

Stan Gurtler 3 년 전
부모
커밋
2605256cb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();