aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdep.c b/sdep.c
index 05015ee..3140c66 100644
--- a/sdep.c
+++ b/sdep.c
@@ -167,7 +167,7 @@ static int
167is_space(char c) 167is_space(char c)
168{ 168{
169 return c == ' ' || c == '\f' || c == '\n' || 169 return c == ' ' || c == '\f' || c == '\n' ||
170 c == '\r' || c == '\t' || c == '\v; 170 c == '\r' || c == '\t' || c == '\v';
171} 171}
172 172
173static void 173static void

Generated with cgit - Back to sebastiano.tronto.net