Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84f8ecd

Browse files
committed
Comment fix.
1 parent 9f0c575 commit 84f8ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/ossaudiodev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ _ssize(oss_audio_t *self, int *nchannels, int *ssize)
560560
case AFMT_S16_BE:
561561
case AFMT_U16_LE:
562562
case AFMT_U16_BE:
563-
*ssize = 2; /* 16 bit formats: 1 byte */
563+
*ssize = 2; /* 16 bit formats: 2 byte */
564564
break;
565565
case AFMT_MPEG:
566566
case AFMT_IMA_ADPCM:

0 commit comments

Comments
 (0)