summaryrefslogtreecommitdiff
path: root/sfeed_web.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-03-31 23:17:16 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-03-31 23:17:16 +0200
commitef324a31bb75a27a1af4059d327f3a6125053b33 (patch)
tree1f9d59c5dd6de0e692adbd485c4c78e380514269 /sfeed_web.c
parenta48030e2a36f248f36549ae82c973fd1ad6ef924 (diff)
small cleanup
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 c4bcb33..d9cb052 100644
--- a/sfeed_web.c
+++ b/sfeed_web.c
@@ -68,5 +68,5 @@ main(int argc, char **argv) {
xmlparser_parse(&x);
- return found ? EXIT_SUCCESS : EXIT_FAILURE;
+ return found > 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}