1
0
Fork 0
forked from len0rd/rockbox

I think I intended a different expression.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26097 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2010-05-17 07:58:07 +00:00
parent 0a7a7ce213
commit 18b1602797

View file

@ -24,7 +24,7 @@
#define DISK_BUF_H
#ifndef OFF_T_MAX
#define OFF_T_MAX (~(off_t)1 << (sizeof (off_t)*8 - 1))
#define OFF_T_MAX (~((off_t)1 << (sizeof (off_t)*8 - 1)))
#endif
#define DISK_BUF_PAGE_SHIFT 15 /* 32KB cache lines */