1
0
Fork 0
forked from len0rd/rockbox

Fix compilation warning.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14718 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2007-09-15 22:37:02 +00:00
parent ef425feeb3
commit 3c182d2b0a

View file

@ -30,8 +30,8 @@
#define ESTF_SIZE 32
struct sumpairs {
char *unpatched;
char *patched;
const char *unpatched;
const char *patched;
};