From: Greg Ward Date: Thu, 12 Dec 2002 17:35:45 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.3c1~3052 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b69bb3d0193ea4871d2480a58e48224cb728e4d9;p=python Typo fix. --- diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c index e1b465deb4..77a217458a 100644 --- a/Modules/ossaudiodev.c +++ b/Modules/ossaudiodev.c @@ -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 *