summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 085cccfc6b..c2243a59fb 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -178,7 +178,7 @@ struct plugin_api {
178 void* (*memset)(void *dst, int c, size_t length); 178 void* (*memset)(void *dst, int c, size_t length);
179 void* (*memcpy)(void *out, const void *in, size_t n); 179 void* (*memcpy)(void *out, const void *in, size_t n);
180#ifndef SIMULATOR 180#ifndef SIMULATOR
181 char *_ctype_; 181 const char *_ctype_;
182#endif 182#endif
183 183
184 /* sound */ 184 /* sound */