Fix Doxygen comment

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2019-02-20 21:43:59 +01:00
parent 70ffe33976
commit 73a08678dc

View File

@ -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.