mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Remove bogus */ so util.c compiles
svn:r1759
This commit is contained in:
parent
9a041591ac
commit
4dc30ea3c8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user