diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-30 14:19:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-30 14:19:55 -0400 |
commit | b5beb2afa65fb63ada034e16bd825d5f3c5b1ebe (patch) | |
tree | 90385edbe000515ab6776d19b891f326a94467f9 | |
parent | ded7e8093cad02c3acb53b4bb47083ae82b10b57 (diff) | |
download | tor-b5beb2afa65fb63ada034e16bd825d5f3c5b1ebe.tar.gz tor-b5beb2afa65fb63ada034e16bd825d5f3c5b1ebe.zip |
fix a syntax warning
-rw-r--r-- | src/or/routerlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index e75c922d4e..b671bdffa8 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, |