mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
Eliminate a warning
This commit is contained in:
@@ -135,7 +135,7 @@ void aio_initialize(void)
|
||||
{
|
||||
/* Add the container to the free list */
|
||||
|
||||
dq_addlast(&g_aioc_alloc[i], &g_aioc_free);
|
||||
dq_addlast(&g_aioc_alloc[i].aioc_link, &g_aioc_free);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user