Commit c0070b2f authored by Max Kellermann's avatar Max Kellermann

output/openal: make attribute "filled" unsigned

parent cfedc6e9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment