From eb189092c761f0ba0485c4cd19477c0a578089f9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 27 Mar 2012 10:47:29 +0000 Subject: Constify param to gui_system_colour_char function. svn path=/trunk/netsurf/; revision=13737 --- riscos/system_colour.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/system_colour.c') diff --git a/riscos/system_colour.c b/riscos/system_colour.c index 7334fde73..3ecc0c7db 100644 --- a/riscos/system_colour.c +++ b/riscos/system_colour.c @@ -288,7 +288,7 @@ void gui_system_colour_finalize(void) } } -colour gui_system_colour_char(char *name) +colour gui_system_colour_char(const char *name) { colour ret = 0xff00000; unsigned int ccount; -- cgit v1.2.3