Skip to content

Commit c07bc4e

Browse files
committed
Fix Doxygen comment
Signed-off-by: Stefan Weil <[email protected]>
1 parent c8e96e2 commit c07bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viewer/svutil.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class SVNetwork {
108108
void Send(const char* msg);
109109

110110
/// Receive a message from the server.
111-
/// This will always return one line of char* (denoted by \n).
111+
/// This will always return one line of char* (denoted by \\n).
112112
char* Receive();
113113

114114
/// Close the connection to the server.

0 commit comments

Comments
 (0)