sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 56c0c0dc73096bb5d08bd93f8f2644225a551524
parent a4a8c9f7992dbbf0a636aef3982039b73b31e455
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 20 May 2013 19:32:59 +0200

update sfeed_plain: whoops, argv is unused

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

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

diff --git a/sfeed_plain.c b/sfeed_plain.c @@ -19,7 +19,7 @@ printutf8padded(const char *s, size_t len) { } int -main(int argc, char **argv) { +main(void) { char *line = NULL, *fields[FieldLast]; time_t parsedtime, comparetime; int isnew;