summaryrefslogtreecommitdiff
path: root/com32/modules/ethersel.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/modules/ethersel.c')
-rw-r--r--com32/modules/ethersel.c9
1 files changed, 1 insertions, 8 deletions
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 <inttypes.h>
#include <stdio.h>
+#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <console.h>
@@ -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) */