diff options
Diffstat (limited to '')
-rw-r--r-- | src/output/openal_output_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/openal_output_plugin.c b/src/output/openal_output_plugin.c index d5689bbad..016189ae3 100644 --- a/src/output/openal_output_plugin.c +++ b/src/output/openal_output_plugin.c @@ -46,7 +46,7 @@ struct openal_data { ALCcontext *context; struct timer *timer; ALuint buffers[NUM_BUFFERS]; - int filled; + unsigned filled; ALuint source; ALenum format; ALuint frequency; |