mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 14:42:31 -05:00
Fix compilation warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14718 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef425feeb3
commit
3c182d2b0a
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@
|
|||
#define ESTF_SIZE 32
|
||||
|
||||
struct sumpairs {
|
||||
char *unpatched;
|
||||
char *patched;
|
||||
const char *unpatched;
|
||||
const char *patched;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue