summaryrefslogtreecommitdiff
path: root/hw/kdrive/vesa/vesainit.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/vesa/vesainit.c')
-rw-r--r--hw/kdrive/vesa/vesainit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/vesa/vesainit.c b/hw/kdrive/vesa/vesainit.c
index 580977058..0f640db2d 100644
--- a/hw/kdrive/vesa/vesainit.c
+++ b/hw/kdrive/vesa/vesainit.c
@@ -23,7 +23,7 @@ THE SOFTWARE.
#include "vesa.h"
-KdCardFuncs vesaFuncs = {
+const KdCardFuncs vesaFuncs = {
vesaCardInit, /* cardinit */
vesaScreenInit, /* scrinit */
vesaInitScreen, /* initScreen */