aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 997223c..fd13918 100644
--- a/utils.c
+++ b/utils.c
@@ -26,6 +26,7 @@ const char *after_spaces(const char *str)
while (*str && *str != '\n') ++str;
goto skip_whitespace;
}
+ default: break;
}
return str;
}