diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-07-03 10:45:32 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-07-03 10:45:32 +0200 |
| commit | 5f832edcdcf214a18d34065edec6e03f539cc7a0 (patch) | |
| tree | 017640fff86eb9cd6da11702a2ef2d7f98ed56a0 /sdep.c | |
| parent | 904c4707cd33170099325849e9b9f67c0f4ad179 (diff) | |
| download | sdep-5f832edcdcf214a18d34065edec6e03f539cc7a0.tar.gz sdep-5f832edcdcf214a18d34065edec6e03f539cc7a0.zip | |
Not sure why I did not notice this before
Diffstat (limited to '')
| -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 |
