changeset 27994:6aaa7be68416

Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.
author diego
date Mon, 24 Nov 2008 14:44:09 +0000
parents 8a2cee973272
children 2aaf331731eb
files libvo/vo_wii.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_wii.c	Mon Nov 24 14:35:08 2008 +0000
+++ b/libvo/vo_wii.c	Mon Nov 24 14:44:09 2008 +0000
@@ -70,7 +70,7 @@
 static FILE *vt_fp = NULL;
 static int vt_doit = 1;
 
-static int fb_dev_fd = -1;
+static int fb_dev_fd;
 static int fb_tty_fd = -1;
 static size_t fb_size;
 static uint8_t *frame_buffer;