From d4d47e0b1c3529cf29bcdf11a94337e5c8e3e270 Mon Sep 17 00:00:00 2001 From: couriersud Date: Wed, 20 May 2015 09:36:04 +0200 Subject: [PATCH] Fix clang compile. (nw) --- src/mame/drivers/chihiro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/chihiro.c b/src/mame/drivers/chihiro.c index 8e12bfdc0a6..cb68adbcfc4 100644 --- a/src/mame/drivers/chihiro.c +++ b/src/mame/drivers/chihiro.c @@ -1053,7 +1053,7 @@ static const char *const usbregnames[] = { #endif static const struct { - char *game_name; + const char *game_name; struct { UINT32 address; UINT8 write_byte;