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:
Michael Sevakis 2010-05-24 16:57:48 +00:00
parent d56999890f
commit 1f5b9434da
3 changed files with 4 additions and 4 deletions

View file

@ -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)
{