aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/output/openal_output_plugin.c2
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;