From b99107563a5cc26d771057683154ef6893c91871 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 18 Sep 2016 15:43:52 +0200 Subject: Add a dash to the output --- mxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mxml.c') diff --git a/mxml.c b/mxml.c index 8bb4e32..1d936c8 100644 --- a/mxml.c +++ b/mxml.c @@ -21,7 +21,7 @@ int process(FILE *f) { } if (!strcmp(elename, "article-title")) { - printf("article title:"); + printf("article-title:"); for (mxml_node_t *txt = next->child; txt; txt = mxmlGetNextSibling(txt)) { // Thanks to // -- cgit v1.2.1-18-gbd029