summaryrefslogtreecommitdiff
path: root/src/input/vcd/vcdio.c
diff options
context:
space:
mode:
authorRocky Bernstein <rockyb@users.sourceforge.net>2005-01-08 15:12:42 +0000
committerRocky Bernstein <rockyb@users.sourceforge.net>2005-01-08 15:12:42 +0000
commit84df07c06dc108d57766d4d393eedaba0b47a93a (patch)
tree93f15739f8a7073b1da0de2a9a2fa0dba9630e5a /src/input/vcd/vcdio.c
parentb8138893240bd83c68b54c4fab0759b99827b3c0 (diff)
downloadxine-lib-84df07c06dc108d57766d4d393eedaba0b47a93a.tar.gz
xine-lib-84df07c06dc108d57766d4d393eedaba0b47a93a.tar.bz2
Some small cleanups.
CVS patchset: 7335 CVS date: 2005/01/08 15:12:42
Diffstat (limited to 'src/input/vcd/vcdio.c')
-rw-r--r--src/input/vcd/vcdio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/vcd/vcdio.c b/src/input/vcd/vcdio.c
index b93b19796..7835c67b5 100644
--- a/src/input/vcd/vcdio.c
+++ b/src/input/vcd/vcdio.c
@@ -1,7 +1,7 @@
/*
- $Id: vcdio.c,v 1.5 2005/01/02 02:51:38 rockyb Exp $
+ $Id: vcdio.c,v 1.6 2005/01/08 15:12:42 rockyb Exp $
- Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
+ Copyright (C) 2002, 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -103,8 +103,8 @@ vcdio_open(vcdplayer_t *p_vcdplayer, char *intended_vcd_device)
}
}
- if ( vcdinfo_open(&p_vcdplayer->vcd, &intended_vcd_device, DRIVER_UNKNOWN, NULL) !=
- VCDINFO_OPEN_VCD) {
+ if ( vcdinfo_open(&p_vcdplayer->vcd, &intended_vcd_device, DRIVER_UNKNOWN,
+ NULL) != VCDINFO_OPEN_VCD) {
return false;
}