From 8d89add8e78d32b14df151e4b2825545b9be3e45 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Mon, 27 Aug 2007 21:03:22 +0000 Subject: adding \n to a bunch of error message strings git-svn-id: https://svn.musicpd.org/mpd/trunk@6826 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/mpc_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inputPlugins') diff --git a/src/inputPlugins/mpc_plugin.c b/src/inputPlugins/mpc_plugin.c index 885f6cfc9..25cb678b6 100644 --- a/src/inputPlugins/mpc_plugin.c +++ b/src/inputPlugins/mpc_plugin.c @@ -158,7 +158,7 @@ static int mpc_decode(OutputBuffer * cb, DecoderControl * dc, if ((ret = mpc_streaminfo_read(&info, &reader)) != ERROR_CODE_OK) { closeInputStream(inStream); if (!dc->stop) { - ERROR("Not a valid musepack stream"); + ERROR("Not a valid musepack stream\n"); return -1; } else { dc->state = DECODE_STATE_STOP; @@ -172,7 +172,7 @@ static int mpc_decode(OutputBuffer * cb, DecoderControl * dc, if (!mpc_decoder_initialize(&decoder, &info)) { closeInputStream(inStream); if (!dc->stop) { - ERROR("Not a valid musepack stream"); + ERROR("Not a valid musepack stream\n"); } else { dc->state = DECODE_STATE_STOP; dc->stop = 0; -- cgit v1.2.3