mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Cleanup r26253 red and yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26254 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d56999890f
commit
1f5b9434da
3 changed files with 4 additions and 4 deletions
|
|
@ -32,8 +32,8 @@
|
|||
/* These are global to save some latency when pcm_play_dma_get_peak_buffer is
|
||||
* called.
|
||||
*/
|
||||
static unsigned char *start;
|
||||
static size_t size;
|
||||
static void *start;
|
||||
static size_t size;
|
||||
|
||||
void pcm_postinit(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue