From a3da5d94f34e1518c049f3eacbf1351e65c9281e Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 8 Jun 2002 16:34:06 +0000 Subject: [PATCH] constify. --- sys/arch/hpcmips/tx/tx3912video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hpcmips/tx/tx3912video.c b/sys/arch/hpcmips/tx/tx3912video.c index 20947941a912..e3a7fba5aef2 100644 --- a/sys/arch/hpcmips/tx/tx3912video.c +++ b/sys/arch/hpcmips/tx/tx3912video.c @@ -1,4 +1,4 @@ -/* $NetBSD: tx3912video.c,v 1.29 2002/06/08 16:03:55 yamt Exp $ */ +/* $NetBSD: tx3912video.c,v 1.30 2002/06/08 16:34:06 yamt Exp $ */ /*- * Copyright (c) 1999-2002 The NetBSD Foundation, Inc. @@ -136,7 +136,7 @@ tx3912video_attach(struct device *parent, struct device *self, void *aux) { struct tx3912video_softc *sc = (void *)self; struct video_chip *chip; - static const char *depth_print[] = { + static const char *const depth_print[] = { [TX3912_VIDEOCTRL1_BITSEL_MONOCHROME] = "monochrome", [TX3912_VIDEOCTRL1_BITSEL_2BITGREYSCALE] = "2bit greyscale", [TX3912_VIDEOCTRL1_BITSEL_4BITGREYSCALE] = "4bit greyscale",