diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-01 21:50:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-01 21:50:53 +0000 |
commit | 4dc30ea3c87f056e2fad55649c69306a5ffa1503 (patch) | |
tree | ed77945367fee26b9311190f37024710486b561e /src | |
parent | 9a041591acd578759041cdb2f142420eb3e5d00f (diff) | |
download | tor-4dc30ea3c87f056e2fad55649c69306a5ffa1503.tar.gz tor-4dc30ea3c87f056e2fad55649c69306a5ffa1503.zip |
Remove bogus */ so util.c compiles
svn:r1759
Diffstat (limited to 'src')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index 0270937985..b788f675c7 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -751,7 +751,7 @@ const char *eat_whitespace_no_nl(const char *s) { } /* Return a pointer to the first char of s that is whitespace or '#', - * or to the terminating NUL if no such character exists. */ + * or to the terminating NUL if no such character exists. */ const char *find_whitespace(const char *s) { tor_assert(s); |