diff options
Diffstat (limited to 'apps/codecs/libcook/cook_fixpoint.h')
| -rw-r--r-- | apps/codecs/libcook/cook_fixpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libcook/cook_fixpoint.h b/apps/codecs/libcook/cook_fixpoint.h index 1d8b3ff..faa86dc 100644 --- a/apps/codecs/libcook/cook_fixpoint.h +++ b/apps/codecs/libcook/cook_fixpoint.h @@ -36,7 +36,7 @@ */ #ifdef ROCKBOX -/* get definitions of MULT31, MULT31_SHIFT15, CLIP_TO_15, vect_add, from codelib */ +/* get definitions of MULT31, MULT31_SHIFT15, vect_add, from codelib */ #include "asm_arm.h" #include "asm_mcf5249.h" #include "codeclib_misc.h" |