Skip to content

Commit

Permalink
Fix Doxygen comment
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 12, 2019
1 parent c8e96e2 commit c07bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/svutil.h
Expand Up @@ -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.
Expand Down

0 comments on commit c07bc4e

Please sign in to comment.