summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index 804dd2e4e5..298e5e1964 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -143,6 +143,7 @@ struct codec_api ci = {
143 strncasecmp, 143 strncasecmp,
144 memset, 144 memset,
145 memcpy, 145 memcpy,
146 memmove,
146 _ctype_, 147 _ctype_,
147 atoi, 148 atoi,
148 strchr, 149 strchr,
@@ -215,7 +216,6 @@ struct codec_api ci = {
215 /* new stuff at the end, sort into place next time 216 /* new stuff at the end, sort into place next time
216 the API gets incompatible */ 217 the API gets incompatible */
217 218
218 memmove,
219}; 219};
220 220
221int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap, 221int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap,