summaryrefslogtreecommitdiff
path: root/glib/gkeyfile.c
diff options
context:
space:
mode:
authorVolker Sobek <reklov@live.com>2014-03-30 16:40:46 +0200
committerPhilip Withnall <withnall@endlessm.com>2017-10-05 15:07:09 +0100
commitc7dc81ce78ea5933260400a4c1d85c3d3abe6aef (patch)
treebefd7258ad018873fc1d635fc6463080dbcd56ed /glib/gkeyfile.c
parentd3745d14e16148a41118557735669b12d860a3f7 (diff)
downloadglib-c7dc81ce78ea5933260400a4c1d85c3d3abe6aef.tar.gz
docs: Escape some backslashes for markdown
These no longer showed up correctly in the documentation. https://bugzilla.gnome.org/show_bug.cgi?id=727346
Diffstat (limited to 'glib/gkeyfile.c')
-rw-r--r--glib/gkeyfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c
index 4a69642cf..8a56c7617 100644
--- a/glib/gkeyfile.c
+++ b/glib/gkeyfile.c
@@ -119,7 +119,7 @@
* are optional.
* Space before and after the '=' character are ignored. Newline, tab,
* carriage return and backslash characters in value are escaped as \n,
- * \t, \r, and \\, respectively. To preserve leading spaces in values,
+ * \t, \r, and \\\\, respectively. To preserve leading spaces in values,
* these can also be escaped as \s.
*
* Key files can store strings (possibly with localized variants), integers,