From 0258287e57d38499e8d78fd28bd17c60cc51323a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 20 Jul 2004 22:32:17 +0000 Subject: Made the char property lookup table constant git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4905 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 085cccf..c2243a5 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -178,7 +178,7 @@ struct plugin_api { void* (*memset)(void *dst, int c, size_t length); void* (*memcpy)(void *out, const void *in, size_t n); #ifndef SIMULATOR - char *_ctype_; + const char *_ctype_; #endif /* sound */ -- cgit v1.1