diff libvo/vo_mga.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents a107276371a8
children c9e9ac2008c2
line wrap: on
line diff
--- a/libvo/vo_mga.c	Sun Dec 02 13:53:03 2007 +0000
+++ b/libvo/vo_mga.c	Sun Dec 02 14:06:03 2007 +0000
@@ -22,7 +22,7 @@
 #include "sub.h"
 #include "aspect.h"
 
-static vo_info_t info = 
+static const vo_info_t info = 
 {
 	"Matrox G200/G4x0/G550 overlay (/dev/mga_vid)",
 	"mga",