[tor/master] missing semicolon

1 Sep
2015
1 Sep
'15
1:55 p.m.
commit d891e2a9c517e2b097456b7143f955ac66b112ea Author: Nick Mathewson <nickm@torproject.org> Date: Tue Sep 1 09:55:20 2015 -0400 missing semicolon --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 2e5766a..e5b1806 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -3746,7 +3746,7 @@ validate_recommended_package_line(const char *line) } /* If we reach this point, we have at least 1 entry. */ - tor_assert(n_entries > 0) + tor_assert(n_entries > 0); return 1; }
3571
Age (days ago)
3571
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org