[tor-commits] [tor/master] fix a syntax warning

nickm at torproject.org nickm at torproject.org
Thu Jun 30 18:20:26 UTC 2016


commit b5beb2afa65fb63ada034e16bd825d5f3c5b1ebe
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jun 30 14:19:55 2016 -0400

    fix a syntax warning
---
 src/or/routerlist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index e75c922..b671bdf 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -104,7 +104,7 @@ void routerlist_remove(routerlist_t *rl, routerinfo_t *ri, int make_old,
 void routerlist_free_all(void);
 void routerlist_reset_warnings(void);
 
-MOCK_DECL(smartlist_t *, list_authority_ids_with_downloads, (void);)
+MOCK_DECL(smartlist_t *, list_authority_ids_with_downloads, (void));
 MOCK_DECL(download_status_t *, id_only_download_status_for_authority_id,
           (const char *digest));
 MOCK_DECL(smartlist_t *, list_sk_digests_for_authority_id,





More information about the tor-commits mailing list