From 936066aa03b31101f2ee12170871c0f286dea915 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Tue, 19 Aug 2014 14:25:57 +0200 Subject: [PATCH] tiny formatting correction --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 2a96b547..c0af6d02 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -502,7 +502,7 @@ * Old packets are dropped, new packets are queued. */ #ifndef ARP_QUEUE_LEN -#define ARP_QUEUE_LEN 3 +#define ARP_QUEUE_LEN 3 #endif /**