summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/misc.c b/src/core/misc.c
index 4219a36c5..af83cb146 100644
--- a/src/core/misc.c
+++ b/src/core/misc.c
@@ -42,7 +42,7 @@ int inet_aton ( const char *cp, struct in_addr *inp ) {
return 0;
}
-int isspace ( int c ) {
+static int isspace ( int c ) {
switch ( c ) {
case ' ':
case '\f':