forked from len0rd/rockbox
Corrected brain damage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@703 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3ed2874669
commit
92597ea7e0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef MAX
|
||||
#define MAX(a, b) MIN(b,a)
|
||||
#define MAX(a, b) (((a)>(b))?(a):(b))
|
||||
#endif
|
||||
|
||||
#ifdef LITTLE_ENDIAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue