diff options
-rw-r--r-- | ezxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |