From c76e7822fb483cbf70fc6dc3b1aa021422880b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Bj=C3=B6rklund?= Date: Sun, 23 Jun 2002 15:59:22 +0000 Subject: Add missing newline CVS patchset: 2137 CVS date: 2002/06/23 15:59:22 --- src/input/input_vcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index f0947e802..1ad80dd86 100644 --- a/src/input/input_vcd.c +++ b/src/input/input_vcd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_vcd.c,v 1.44 2002/06/17 21:17:32 f1rmb Exp $ + * $Id: input_vcd.c,v 1.45 2002/06/23 15:59:22 dennisbj Exp $ * */ @@ -1068,7 +1068,7 @@ static char **vcd_plugin_get_autoplay_list (input_plugin_t *this_gen, this->fd = open (this->device, O_RDONLY); if (this->fd == -1) { - LOG_MSG_STDERR(this->xine, _("unable to open %s: %s."), this->device, strerror(errno)); + LOG_MSG_STDERR(this->xine, _("unable to open %s: %s.\n"), this->device, strerror(errno)); return NULL; } -- cgit v1.2.3