From 6276436bfa71fb22c4cb2ff09faa8d75e4c473a1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 02:39:22 +0200 Subject: Remove pointless return statements at the end of void functions. Signed-off-by: Ralf Baechle --- ax25ipd/routing.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ax25ipd/routing.c') diff --git a/ax25ipd/routing.c b/ax25ipd/routing.c index 1aca2b0..2ba5a9c 100644 --- a/ax25ipd/routing.c +++ b/ax25ipd/routing.c @@ -99,8 +99,6 @@ void route_add(unsigned char *ip, unsigned char *call, int udpport, call_to_a(rn->callsign), inet_ntoa(rn->ip_addr_in), rn->udp_port ? "udp" : "ip", ntohs(rn->udp_port), flags); - - return; } /* Add a new broadcast address entry */ -- cgit v1.2.3