diff options
| -rw-r--r-- | sdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -167,7 +167,7 @@ static int | |||
| 167 | is_space(char c) | 167 | is_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 | ||
| 173 | static void | 173 | static void |
