Commit 74225ea5 authored by David Reid's avatar David Reid

Another C89 fix for sndio.

parent b7993f0f
...@@ -19022,7 +19022,7 @@ ma_uint32 ma_find_best_channels_from_sio_cap__sndio(struct ma_sio_cap* caps, ma_ ...@@ -19022,7 +19022,7 @@ ma_uint32 ma_find_best_channels_from_sio_cap__sndio(struct ma_sio_cap* caps, ma_
for (iConfig = 0; iConfig < caps->nconf; iConfig += 1) { for (iConfig = 0; iConfig < caps->nconf; iConfig += 1) {
/* The encoding should be of requiredFormat. */ /* The encoding should be of requiredFormat. */
unsigned int iEncoding; unsigned int iEncoding;
for (unsigned int iEncoding = 0; iEncoding < MA_SIO_NENC; iEncoding += 1) { for (iEncoding = 0; iEncoding < MA_SIO_NENC; iEncoding += 1) {
unsigned int iChannel; unsigned int iChannel;
unsigned int bits; unsigned int bits;
unsigned int bps; unsigned int bps;
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