Commit 4dc30ea3 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Remove bogus */ so util.c compiles


svn:r1759
parent 9a041591
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);