[or-cvs] Remove bogus */ so util.c compiles

Nick Mathewson nickm at seul.org
Sat May 1 21:50:56 UTC 2004


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv7803/src/common

Modified Files:
	util.c 
Log Message:
Remove bogus */ so util.c compiles

Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- util.c	1 May 2004 21:41:23 -0000	1.95
+++ util.c	1 May 2004 21:50:53 -0000	1.96
@@ -751,7 +751,7 @@
 }
 
 /* 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);



More information about the tor-commits mailing list