From 5617bf0bf1827733a9118a0f3ca866cf5353b1e0 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Mon, 5 Aug 2013 15:57:17 +0200 Subject: Use void for functions with no parameters --- core/LAN_discovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/LAN_discovery.c') diff --git a/core/LAN_discovery.c b/core/LAN_discovery.c index 67cbfe9a..55953685 100644 --- a/core/LAN_discovery.c +++ b/core/LAN_discovery.c @@ -76,7 +76,7 @@ static uint32_t get_broadcast(void) #endif /* Return the broadcast ip */ -static IP broadcast_ip() +static IP broadcast_ip(void) { IP ip; #ifdef __linux -- cgit v1.2.3