sfeed

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

commit 13269e18b4c8583e84dc0e78448b939d191b5120
parent 9276032c7b9e27c01ae93ff8e267d7ce4141e41a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 18 Feb 2018 14:39:28 +0100

sfeed_frames: code-style

Diffstat:
Msfeed_frames.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sfeed_frames.c b/sfeed_frames.c @@ -217,9 +217,9 @@ printfeed(FILE *fpitems, FILE *fpin, struct feed *f) f->totalnew += isnew; f->total++; - fprintf(fpitems, "%04d-%02d-%02d&nbsp;%02d:%02d ", - tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, - tm->tm_hour, tm->tm_min); + fprintf(fpitems, "%04d-%02d-%02d&nbsp;%02d:%02d ", + tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, + tm->tm_hour, tm->tm_min); if (isnew) fputs("<b><u>", fpitems);