From 6434f7efad8f42d3d676ad6e8100fef89954f15f Mon Sep 17 00:00:00 2001 From: likewise Date: Thu, 11 Mar 2004 20:52:25 +0000 Subject: [PATCH] Missing newline at EOF. Gave compiler warning. --- src/core/ipv4/ip_addr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv4/ip_addr.c b/src/core/ipv4/ip_addr.c index 11d8e23d..7e5e9985 100644 --- a/src/core/ipv4/ip_addr.c +++ b/src/core/ipv4/ip_addr.c @@ -66,4 +66,4 @@ bool ip_addr_isbroadcast(addr1, netif) else return 0; } -#endif \ No newline at end of file +#endif