Correct variable signedness

This commit is contained in:
Daniel M. Weeks 2016-01-22 22:14:22 -05:00
parent 3a4200d5f9
commit 24fe207120
1 changed files with 1 additions and 1 deletions

View File

@ -1134,7 +1134,7 @@ int audio_flush (int a)
{
#if USE_ALSA
int k;
char *psound;
unsigned char *psound;
int retries = 10;
snd_pcm_status_t *status;