summaryrefslogtreecommitdiffstats
path: root/libvo/vo_svga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_svga.c')
-rw-r--r--libvo/vo_svga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c
index 9837c6e027..d8f8e393b5 100644
--- a/libvo/vo_svga.c
+++ b/libvo/vo_svga.c
@@ -92,7 +92,7 @@ static struct {
int locks;
}PageStore[MAXPAGES];
-static vo_info_t info = {
+static const vo_info_t info = {
"SVGAlib",
"svga",
"Ivan Kalvachev <iive@users.sf.net>",