aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-25 15:37:47 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-25 15:37:47 +0000
commita12c3f2c86d967bce7253e78f4c42929b03cc87d (patch)
tree3d17dfd8fca4ff9556ddeed3a23b281632d69a2e /src/or/control.c
parent4a1fd99899b654081465d42f4df8a9d119f906c8 (diff)
downloadtor-a12c3f2c86d967bce7253e78f4c42929b03cc87d.tar
tor-a12c3f2c86d967bce7253e78f4c42929b03cc87d.tar.gz
some fixes i found in my sandbox
svn:r17771
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 73aad0c38..317bb1117 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -496,7 +496,7 @@ decode_escaped_string(const char *start, size_t in_len_max,
* but it will always end with a CRLF sequence.
*
* Currently the length of the message is limited to 1024 (including the
- * ending CR LF NUL ("\\r\\n\\0") . */
+ * ending CR LF NUL ("\\r\\n\\0"). */
static void
connection_printf_to_buf(control_connection_t *conn, const char *format, ...)
{