mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Typo fix.
This commit is contained in:
parent
afd44de812
commit
b69bb3d019
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ static PyObject *
|
|||
oss_mixer_rec_channels (oss_mixer_t *self, PyObject *args)
|
||||
{
|
||||
return _do_ioctl_1_internal(self->x_fd, args, "recchannels",
|
||||
SOUND_MIXER_READ_STEREODEVS);
|
||||
SOUND_MIXER_READ_RECMASK);
|
||||
}
|
||||
|
||||
static PyObject *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue