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)
370 str_buf_append(*outbuf, ">", 1); 370 str_buf_append(*outbuf, ">", 1);
371 } 371 }
372 str_buf_append(*outbuf, "\n", 1); 372 str_buf_append(*outbuf, "\n", 1);
373
374 return;
375} 373}
376 374
377static void parse_date(const char *strval, struct TM *btime) 375static void parse_date(const char *strval, struct TM *btime)