summaryrefslogtreecommitdiffstats
path: root/src/xplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xplist.c')
-rw-r--r--src/xplist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xplist.c b/src/xplist.c
index a7d52e5..537d315 100644
--- a/src/xplist.c
+++ b/src/xplist.c
@@ -370,8 +370,6 @@ static void node_to_xml(node_t* node, bytearray_t **outbuf, uint32_t depth)
str_buf_append(*outbuf, ">", 1);
}
str_buf_append(*outbuf, "\n", 1);
-
- return;
}
static void parse_date(const char *strval, struct TM *btime)