summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-04-11 14:59:23 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-04-11 14:59:23 +0000
commitb47073ea5b659e7d8e50a2aeee36285b67e43565 (patch)
tree381a48430bd323624bcb0a4989d4a877cbc1c529
parentabb86364c2c01f1daebf0b217d79416720eedb49 (diff)
downloadxine-lib-b47073ea5b659e7d8e50a2aeee36285b67e43565.tar.gz
xine-lib-b47073ea5b659e7d8e50a2aeee36285b67e43565.tar.bz2
remove non-printable character (0x0c)
CVS patchset: 6394 CVS date: 2004/04/11 14:59:23
-rw-r--r--src/input/vcd/libvcd/vcd_read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/libvcd/vcd_read.c b/src/input/vcd/libvcd/vcd_read.c
index 26e7d8cf7..b598ffe31 100644
--- a/src/input/vcd/libvcd/vcd_read.c
+++ b/src/input/vcd/libvcd/vcd_read.c
@@ -1,5 +1,5 @@
/*
- $Id: vcd_read.c,v 1.2 2004/04/11 12:20:32 miguelfreitas Exp $
+ $Id: vcd_read.c,v 1.3 2004/04/11 14:59:23 mroi Exp $
Copyright (C) 2001,2003 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Rocky Bernstein <rocky@gnu.org>
@@ -19,7 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
+
#include "vcd_read.h"
#include "vcd_assert.h"
#include <libvcd/inf.h>