summaryrefslogtreecommitdiff
path: root/sfeed_plain.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_plain.c')
-rw-r--r--sfeed_plain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_plain.c b/sfeed_plain.c
index d300c27..5c20b23 100644
--- 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;