summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dxr3/dxr3_vo_standard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_vo_standard.c b/src/dxr3/dxr3_vo_standard.c
index 2c3c7c4ab..53af6b43c 100644
--- a/src/dxr3/dxr3_vo_standard.c
+++ b/src/dxr3/dxr3_vo_standard.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: dxr3_vo_standard.c,v 1.3 2001/11/08 08:49:26 mlampard Exp $
+ * $Id: dxr3_vo_standard.c,v 1.4 2001/11/08 08:54:34 mlampard Exp $
*
*******************************************************************
* Dummy video out plugin for the dxr3. Is responsible for setting *
@@ -167,7 +167,7 @@ void dxr3_exit (vo_driver_t *this_gen)
dxr3_driver_t *this = (dxr3_driver_t *) this_gen;
- if(this->overlay_enabled!=-1)
+ if(this->overlay_enabled)
dxr3_overlay_set_mode(&this->overlay, EM8300_OVERLAY_MODE_OFF );
close(this->fd_control);
}