summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_wii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_wii.c b/libvo/vo_wii.c
index f1af3987ae..030b19dd05 100644
--- a/libvo/vo_wii.c
+++ b/libvo/vo_wii.c
@@ -70,7 +70,7 @@ static char *fb_dev_name = NULL;
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;