diff libvo/vo_vesa.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents f224379e8cb3
children 47a9e9cccebb
line wrap: on
line diff
--- a/libvo/vo_vesa.c	Sun Dec 02 13:53:03 2007 +0000
+++ b/libvo/vo_vesa.c	Sun Dec 02 14:06:03 2007 +0000
@@ -67,7 +67,7 @@
 
 #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",