summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 491abc8302..3168ac08f7 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -67,7 +67,7 @@ extern char *monitor_dotclock_str;
#define UNUSED(x) ((void)(x)) /**< Removes warning about unused arguments */
-static vo_info_t info =
+static const vo_info_t info =
{
"VESA VBE 2.0 video output",
"vesa",