diff --git a/src/viewer/svutil.h b/src/viewer/svutil.h index 27de579f..9a5ad5f4 100644 --- a/src/viewer/svutil.h +++ b/src/viewer/svutil.h @@ -108,7 +108,7 @@ class SVNetwork { void Send(const char* msg); /// Receive a message from the server. - /// This will always return one line of char* (denoted by \n). + /// This will always return one line of char* (denoted by \\n). char* Receive(); /// Close the connection to the server.