summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-04-24 19:50:22 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-04-24 19:50:22 +0200
commit609a0d36751bf937050e6d99c0cf68ad32471c25 (patch)
tree6eadeb46d991e73599fbbf8708faff9198b61351 /sfeed.c
parent4e96b1f3f90c86589006070fe739ee9a6c5d06de (diff)
fix a comment code-style
This fix is very important *ahem*.
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed.c b/sfeed.c
index 91b2d65..43a0ca7 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -966,7 +966,7 @@ xmltagend(XMLParser *p, const char *t, size_t tl, int isshort)
} else if (ctx.tag.id && istag(ctx.tag.name, ctx.tag.len, t, tl)) {
/* matched tag end: close it */
/* copy also to the link field if the attribute isPermaLink="true"
- and it is not set by a tag with higher prio. */
+ and it is not set by a tag with higher prio. */
if (ctx.tag.id == RSSTagGuidPermalinkTrue && ctx.field &&
ctx.tag.id > ctx.fields[FeedFieldLink].tagid) {
string_clear(&ctx.fields[FeedFieldLink].str);