From: Nick Mathewson Date: Sat, 1 May 2004 21:50:53 +0000 (+0000) Subject: Remove bogus */ so util.c compiles X-Git-Tag: tor-0.0.6~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dc30ea3c87f056e2fad55649c69306a5ffa1503;p=thirdparty%2Ftor.git Remove bogus */ so util.c compiles svn:r1759 --- 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);