summaryrefslogtreecommitdiff
path: root/sfeed_mbox.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-11-04 18:25:24 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-11-04 18:25:24 +0100
commit28b37c1c8c9d798edfa65163f9f8d5d6e5628d2f (patch)
tree0680cb073e145d2e93ceca68b67d8056faf5f509 /sfeed_mbox.c
parent5003c693a993833fdea2efe986dc59746a91959a (diff)
whitespace and comment fix
Diffstat (limited to 'sfeed_mbox.c')
-rw-r--r--sfeed_mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_mbox.c b/sfeed_mbox.c
index 0f24d00..3e66aec 100644
--- a/sfeed_mbox.c
+++ b/sfeed_mbox.c
@@ -92,7 +92,7 @@ printfeed(FILE *fp, const char *feedname)
/* can't convert: default to formatted time for time_t 0. */
if (gmtime_r(&parsedtime, &tm) &&
strftime(timebuf, sizeof(timebuf),
- "%a, %d %b %Y %H:%M:%S +0000", &tm))
+ "%a, %d %b %Y %H:%M:%S +0000", &tm))
printf("Date: %s\n", timebuf);
else
printf("Date: Thu, 01 Jan 1970 00:00:00 +0000\n");