1
0
Fork 0
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:
Björn Stenberg 2002-05-24 15:55:32 +00:00
parent 3ed2874669
commit 92597ea7e0

View file

@ -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