From 18636a4df5d58894e9c8a3cf12fb6cd0989a46f4 Mon Sep 17 00:00:00 2001 From: marcbou Date: Fri, 17 Aug 2007 02:07:26 +0000 Subject: [PATCH] Fixed misplaced #endif. --- src/include/lwip/opt.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 28f2cca9..54ca863b 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -745,11 +745,8 @@ * of living in lcp.h) */ #define PPP_MTU 1500 /* Default MTU (size of Info field) */ -#endif #ifndef PPP_MAXMTU -#if 0 -#define PPP_MAXMTU 65535 - (PPP_HDRLEN + PPP_FCSLEN) -#else +/* #define PPP_MAXMTU 65535 - (PPP_HDRLEN + PPP_FCSLEN) */ #define PPP_MAXMTU 1500 /* Largest MTU we allow */ #endif #define PPP_MINMTU 64