summaryrefslogtreecommitdiff
path: root/ezxml.c
diff options
context:
space:
mode:
Diffstat (limited to 'ezxml.c')
-rw-r--r--ezxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezxml.c b/ezxml.c
index 588addd..9b4f036 100644
--- a/ezxml.c
+++ b/ezxml.c
@@ -20,7 +20,7 @@ int process(char *fn) {
}
for (ezxml_t c = ezxml_child(body, "sec"); c; c = c->next) {
ezxml_t t = ezxml_get(c, "title", -1);
- printf("t: %s\n", t->txt);
+ printf("section-title: %s\n", t->txt);
}
printf("\n");