[tor-commits] [tor/master] Fix -Wextra-semi warning

nickm at torproject.org nickm at torproject.org
Thu Jun 30 18:08:34 UTC 2016


commit 3627718348decd5ec625d6182220d012d32afa33
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jun 30 13:50:16 2016 -0400

    Fix -Wextra-semi warning
---
 src/or/routerparse.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index f898ab1..81ef724 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -101,8 +101,8 @@ typedef struct {
   time_t when;
 } dumped_desc_t;
 
-EXTERN(uint64_t, len_descs_dumped);
-EXTERN(smartlist_t *, descs_dumped);
+EXTERN(uint64_t, len_descs_dumped)
+EXTERN(smartlist_t *, descs_dumped)
 STATIC int routerstatus_parse_guardfraction(const char *guardfraction_str,
                                             networkstatus_t *vote,
                                             vote_routerstatus_t *vote_rs,





More information about the tor-commits mailing list