summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-03-04 11:59:36 +0000
committerJames Bursa <james@netsurf-browser.org>2003-03-04 11:59:36 +0000
commite2efda19df7a52f11a9c9ed421ac34e6804b30d4 (patch)
tree1ffb2ecc19d9415438f5aefdbb5e6902f69093ba /riscos/theme.c
parent64e1781eb4c0d007801ea894cb3c0967a8aecbbd (diff)
downloadnetsurf-e2efda19df7a52f11a9c9ed421ac34e6804b30d4.tar.gz
netsurf-e2efda19df7a52f11a9c9ed421ac34e6804b30d4.tar.bz2
[project @ 2003-03-04 11:59:35 by bursa]
More compiler warning fixes. svn path=/import/netsurf/; revision=104
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index 806255ff8..97e7fbd81 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -166,7 +166,7 @@ fprintf(stderr, "Returning theme...\n");
return theme;
}
-wimp_i ro_theme_icon(ro_theme* theme, theme_window_type type, char* token)
+wimp_i ro_theme_icon(ro_theme* theme, theme_window_type type, const char* token)
{
int used;
char buffer[32];