summaryrefslogtreecommitdiff
path: root/src/restclient
diff options
context:
space:
mode:
Diffstat (limited to 'src/restclient')
-rw-r--r--src/restclient/anastasis_api_keyshare_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restclient/anastasis_api_keyshare_lookup.c b/src/restclient/anastasis_api_keyshare_lookup.c
index b61fe20..0750391 100644
--- a/src/restclient/anastasis_api_keyshare_lookup.c
+++ b/src/restclient/anastasis_api_keyshare_lookup.c
@@ -268,7 +268,7 @@ handle_keyshare_lookup_finished (void *cls,
/**
* Patch value in @a val, replacing new line with '\0'.
*
- * @param[in,out] 0-terminated string to replace '\n'/'\r' with '\0' in.
+ * @param[in,out] val 0-terminated string to replace '\\n' and '\\r' with '\\0' in.
*/
static void
patch_value (char *val)