Commit 84f8ecd0 authored by Greg Ward's avatar Greg Ward

Comment fix.

parent 9f0c5754
...@@ -560,7 +560,7 @@ _ssize(oss_audio_t *self, int *nchannels, int *ssize) ...@@ -560,7 +560,7 @@ _ssize(oss_audio_t *self, int *nchannels, int *ssize)
case AFMT_S16_BE: case AFMT_S16_BE:
case AFMT_U16_LE: case AFMT_U16_LE:
case AFMT_U16_BE: case AFMT_U16_BE:
*ssize = 2; /* 16 bit formats: 1 byte */ *ssize = 2; /* 16 bit formats: 2 byte */
break; break;
case AFMT_MPEG: case AFMT_MPEG:
case AFMT_IMA_ADPCM: case AFMT_IMA_ADPCM:
......
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