From 41dfd5c77e982d7728a337bd997680f2931259f7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 1 May 2004 21:50:53 +0000 Subject: [PATCH] Remove bogus */ so util.c compiles svn:r1759 --- trunk/src/common/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/common/util.c b/trunk/src/common/util.c index 0270937985..b788f675c7 100644 --- a/trunk/src/common/util.c +++ b/trunk/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);