summaryrefslogtreecommitdiff
path: root/sfeed_html.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-07-20 20:48:32 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-07-20 20:48:32 +0200
commit6d7c4b84b40c7bf9752aaefe39fae9e241520ac6 (patch)
tree15b6c15136d354da08b7774939ef61ed30146fc8 /sfeed_html.c
parentfd1ff68884cab0a7eb2c2d5026ee92816881e2f4 (diff)
sfeed_gph: prefix/mark "new" items with "N" too.
minor consistency fix in sfeed_html.c comment
Diffstat (limited to 'sfeed_html.c')
-rw-r--r--sfeed_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_html.c b/sfeed_html.c
index e337d40..8f104b7 100644
--- a/sfeed_html.c
+++ b/sfeed_html.c
@@ -86,7 +86,7 @@ main(int argc, char *argv[])
err(1, "calloc");
if ((comparetime = time(NULL)) == -1)
err(1, "time");
- /* 1 day old is old news */
+ /* 1 day is old news */
comparetime -= 86400;
fputs("<!DOCTYPE HTML>\n"