summaryrefslogtreecommitdiff
path: root/sfeed_mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_mbox.c')
-rw-r--r--sfeed_mbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfeed_mbox.c b/sfeed_mbox.c
index 9c63d32..330c90c 100644
--- a/sfeed_mbox.c
+++ b/sfeed_mbox.c
@@ -101,7 +101,8 @@ printfeed(FILE *fp, const char *feedname)
if (!gmtime_r(&parsedtime, &tm) ||
!strftime(timebuf, sizeof(timebuf),
"%a, %d %b %Y %H:%M +0000", &tm))
- strlcpy(timebuf, "Thu, 01 Jan 1970 00:00 +0000", sizeof(timebuf));
+ strlcpy(timebuf, "Thu, 01 Jan 1970 00:00 +0000",
+ sizeof(timebuf));
/* mbox + mail header */
printf("From MAILER-DAEMON %s\n"