diff options
| -rw-r--r-- | src/xplist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xplist.c b/src/xplist.c index cf5d818..0a6be57 100644 --- a/src/xplist.c +++ b/src/xplist.c | |||
| @@ -540,7 +540,7 @@ PLIST_API plist_err_t plist_to_xml(plist_t plist, char **plist_xml, uint32_t * l | |||
| 540 | 540 | ||
| 541 | strbuf_t *outbuf = str_buf_new(size); | 541 | strbuf_t *outbuf = str_buf_new(size); |
| 542 | if (!outbuf) { | 542 | if (!outbuf) { |
| 543 | PLIST_XML_WRITE_ERR("Could not allocate output buffer"); | 543 | PLIST_XML_WRITE_ERR("Could not allocate output buffer\n"); |
| 544 | return PLIST_ERR_NO_MEM; | 544 | return PLIST_ERR_NO_MEM; |
| 545 | } | 545 | } |
| 546 | 546 | ||
