From 730dd9a6d0c84afb981818652c41cf14b881a2db Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@torproject.org>
Date: Fri, 31 Aug 2012 23:02:19 +0200
Subject: [PATCH] Remove trailing semicolon from #define TOR_ADDR_NULL.

Can it ever help? I can only see harm. What am I missing?
---
 src/common/address.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/address.h b/src/common/address.h
index c6c126862a..e0e1ec6606 100644
--- a/src/common/address.h
+++ b/src/common/address.h
@@ -40,7 +40,7 @@ typedef struct tor_addr_port_t
   uint16_t port;
 } tor_addr_port_t;
 
-#define TOR_ADDR_NULL {AF_UNSPEC, {0}};
+#define TOR_ADDR_NULL {AF_UNSPEC, {0}}
 
 static INLINE const struct in6_addr *tor_addr_to_in6(const tor_addr_t *a);
 static INLINE uint32_t tor_addr_to_ipv4n(const tor_addr_t *a);
-- 
GitLab