summaryrefslogtreecommitdiff
path: root/sfeed_web.c
diff options
context:
space:
mode:
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 bb9612a..e941825 100644
--- a/sfeed_web.c
+++ b/sfeed_web.c
@@ -86,5 +86,5 @@ main(int argc, char *argv[])
xmlparser_parse(&x);
- return found > 0 ? EXIT_SUCCESS : EXIT_FAILURE;
+ return found > 0 ? 0: 1;
}