summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Björklund <dennisbj@users.sourceforge.net>2002-06-23 15:59:22 +0000
committerDennis Björklund <dennisbj@users.sourceforge.net>2002-06-23 15:59:22 +0000
commitc76e7822fb483cbf70fc6dc3b1aa021422880b0f (patch)
treec70f1677d1bda00432db832c9582d3e9ee5afd96
parent9aa81f528235fec9843b1673ba78cac27b903273 (diff)
downloadxine-lib-c76e7822fb483cbf70fc6dc3b1aa021422880b0f.tar.gz
xine-lib-c76e7822fb483cbf70fc6dc3b1aa021422880b0f.tar.bz2
Add missing newline
CVS patchset: 2137 CVS date: 2002/06/23 15:59:22
-rw-r--r--src/input/input_vcd.c4
1 files changed, 2 insertions, 2 deletions
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;
}