summaryrefslogtreecommitdiffstatshomepage
path: root/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xml.c b/xml.c
index d60bcddd..78edc429 100644
--- a/xml.c
+++ b/xml.c
@@ -1,4 +1,4 @@
-/* $Id: xml.c,v 1.13 2008/12/04 11:25:29 kristaps Exp $ */
+/* $Id: xml.c,v 1.14 2008/12/04 23:10:51 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -83,6 +83,8 @@ xml_begintag(struct md_mbuf *mbuf, const struct md_args *args,
{
size_t res;
+ /* FIXME: doesn't print arguments! */
+
res = 0;
switch (ns) {