From 73a08678dcb9a9d0156d8721f8d1128ab8ac98bb Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 20 Feb 2019 21:43:59 +0100 Subject: [PATCH] Fix Doxygen comment Signed-off-by: Stefan Weil --- src/viewer/svutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.