diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-16 08:25:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-16 08:27:03 -0400 |
commit | 98735c40b6f503b296f7e6fefae36da24b33616e (patch) | |
tree | 6256913747485d26402ae1492670e2b33bb26d96 /src/lib/evloop/compat_libevent.c | |
parent | 5e5e655e323c917ad0b5e5b48056bd5d49645182 (diff) | |
download | tor-98735c40b6f503b296f7e6fefae36da24b33616e.tar.gz tor-98735c40b6f503b296f7e6fefae36da24b33616e.zip |
Doxygen: fix warnings about mismatched HTML tags.
Diffstat (limited to 'src/lib/evloop/compat_libevent.c')
-rw-r--r-- | src/lib/evloop/compat_libevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evloop/compat_libevent.c b/src/lib/evloop/compat_libevent.c index 91eacb9938..500c74831c 100644 --- a/src/lib/evloop/compat_libevent.c +++ b/src/lib/evloop/compat_libevent.c @@ -422,7 +422,7 @@ mainloop_event_activate(mainloop_event_t *event) * * If the event is scheduled for a different time, cancel it and run * after this delay instead. If the event is currently pending to run - * <em>now</b>, has no effect. + * <b>now</b>, has no effect. * * Do not call this function with <b>tv</b> == NULL -- use * mainloop_event_activate() instead. |