diff options
author | Roger Dingledine <arma@torproject.org> | 2005-10-04 06:53:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-10-04 06:53:59 +0000 |
commit | 88c37f2d24b66d467dd676d1ab4439217d8598a6 (patch) | |
tree | 1dd88509e2a002744102fdc74f35e50368c1546e /src/or/control.c | |
parent | f8c07e1f33faf15d4caeadb9abf8bbdedea74b5e (diff) | |
download | tor-88c37f2d24b66d467dd676d1ab4439217d8598a6.tar.gz tor-88c37f2d24b66d467dd676d1ab4439217d8598a6.zip |
comment cleanups
svn:r5181
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index f3e9711050..dccb2d55a5 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -381,7 +381,7 @@ read_escaped_data(const char *data, size_t len, int translate_newlines, * string (unquoted, unescaped) into a newly allocated string in *<b>out</b>; * store its length in <b>out_len</b>. On success, return a pointer to the * character immediately following the escaped string. On failure, return - * NULL. **/ + * NULL. */ static const char * get_escaped_string(const char *start, size_t in_len_max, char **out, size_t *out_len) |