summaryrefslogtreecommitdiff
path: root/sfeed_web.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-06-27 15:42:53 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-06-27 15:42:53 +0200
commitf6a0aabfa27e19ad57823e104db7eac1252e6f1f (patch)
treee69a3f3c6e14a2b566a18e19710e7f01b30c4dba /sfeed_web.c
parent5acace38c73074fa08c8b44d1109cfc9c6b0d66e (diff)
small fixes
reorder static -> public xml functions. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeed_web.c')
-rw-r--r--sfeed_web.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_web.c b/sfeed_web.c
index df9577b..714c7b3 100644
--- a/sfeed_web.c
+++ b/sfeed_web.c
@@ -26,7 +26,7 @@ xmltagstartparsed(XMLParser *p, const char *tag, size_t taglen, int isshort) {
if(isfeedlink) {
if(*feedtype) {
fputs(feedtype, stdout);
- putchar(' ' );
+ putchar(' ');
}
printlink(feedlink, basehref, stdout);
putchar('\n');