summaryrefslogtreecommitdiffstats
path: root/video/out/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_xv.c')
-rw-r--r--video/out/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index d2d5b737e7..38b903a72f 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -866,7 +866,7 @@ static int preinit(struct vo *vo)
"You should fix your graphics drivers, or not force the xv VO.\n");
return 0;
- error:
+error:
uninit(vo); // free resources
return -1;
}