mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
fix warning in debug code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30729 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e1ea13ee75
commit
1b8f81d796
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ done:
|
|||
size_t bufsize;
|
||||
void* buf = ci->codec_get_buffer(&bufsize);
|
||||
|
||||
DEBUGF("Vorbis: Memory max: %u\n", get_max_size(buf));
|
||||
DEBUGF("Vorbis: Memory max: %zu\n", get_max_size(buf));
|
||||
}
|
||||
#endif
|
||||
ogg_malloc_destroy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue