sdep

A simple "date+event" line parser
git clone https://git.tronto.net/sdep
Download | Log | Files | Refs | README | LICENSE

commit 5f832edcdcf214a18d34065edec6e03f539cc7a0
parent 904c4707cd33170099325849e9b9f67c0f4ad179
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon,  3 Jul 2023 10:45:32 +0200

Not sure why I did not notice this before

Diffstat:
Msdep.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdep.c b/sdep.c @@ -167,7 +167,7 @@ static int is_space(char c) { return c == ' ' || c == '\f' || c == '\n' || - c == '\r' || c == '\t' || c == '\v; + c == '\r' || c == '\t' || c == '\v'; } static void