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 aa3f81d2e6..c31fd843b3 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -124,7 +124,7 @@ struct codec_api ci = {
124 memmove, 124 memmove,
125 memcmp, 125 memcmp,
126 memchr, 126 memchr,
127 127 strcasestr,
128#if defined(DEBUG) || defined(SIMULATOR) 128#if defined(DEBUG) || defined(SIMULATOR)
129 debugf, 129 debugf,
130#endif 130#endif