From 6d0cfd4b044a0e8294d27921cef9a10ce2cbaa7a Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Mon, 7 Feb 2011 23:11:39 +0100 Subject: com32: single instance of skipspace() no need to keep several versions of it. --- com32/modules/ethersel.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'com32/modules/ethersel.c') diff --git a/com32/modules/ethersel.c b/com32/modules/ethersel.c index f586e836..5c3cf02a 100644 --- a/com32/modules/ethersel.c +++ b/com32/modules/ethersel.c @@ -30,6 +30,7 @@ #include #include +#include #include #include #include @@ -44,14 +45,6 @@ # define dprintf(...) ((void)0) #endif -static char *skipspace(char *p) -{ - while (*p && *p <= ' ') - p++; - - return p; -} - #define MAX_LINE 512 /* Check to see if we are at a certain keyword (case insensitive) */ -- cgit v1.2.1