summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_opml_import.c')
-rw-r--r--sfeed_opml_import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c
index 383cbe8..6c3f505 100644
--- a/sfeed_opml_import.c
+++ b/sfeed_opml_import.c
@@ -87,7 +87,7 @@ main(void)
"# list of feeds to fetch:\n"
"feeds() {\n"
" # feed <name> <feedurl> [basesiteurl] [encoding]\n", stdout);
- xmlparser_parse_fd(&parser, 0);
+ xml_parse_fd(&parser, 0);
fputs("}\n", stdout);
return 0;