summaryrefslogtreecommitdiffstats
path: root/src/jplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jplist.c')
-rw-r--r--src/jplist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jplist.c b/src/jplist.c
index 7817b1c..3a38ba3 100644
--- a/src/jplist.c
+++ b/src/jplist.c
@@ -407,7 +407,7 @@ PLIST_API int plist_to_json(plist_t plist, char **json, uint32_t* length, int pr
407 407
408 strbuf_t *outbuf = str_buf_new(size); 408 strbuf_t *outbuf = str_buf_new(size);
409 if (!outbuf) { 409 if (!outbuf) {
410 PLIST_JSON_WRITE_ERR("Could not allocate output buffer"); 410 PLIST_JSON_WRITE_ERR("Could not allocate output buffer\n");
411 return PLIST_ERR_NO_MEM; 411 return PLIST_ERR_NO_MEM;
412 } 412 }
413 413