mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 12:42:21 +08:00
audio/audio.c: Yet another missing comma from big CONFIG_DISABLE_POLL removal.
This commit is contained in:
@@ -123,7 +123,7 @@ static const struct file_operations g_audioops =
|
||||
audio_read, /* read */
|
||||
audio_write, /* write */
|
||||
NULL, /* seek */
|
||||
audio_ioctl /* ioctl */
|
||||
audio_ioctl, /* ioctl */
|
||||
NULL /* poll */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user