summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mxml.c2
1 files changed, 1 insertions, 1 deletions
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
//