!869 Fix : 给LOS_MuxDelete 函数前添加(VOID)
Merge pull request !869 from yinjiaming/fix
This commit is contained in:
commit
8ac6771e0d
|
@ -694,7 +694,7 @@ UINT32 OsPipeInit(VOID)
|
|||
|
||||
ret = LOS_MuxCreate(&g_devFdMutex);
|
||||
if (ret != LOS_OK) {
|
||||
LOS_MuxDelete(g_devListMutex);
|
||||
(VOID)LOS_MuxDelete(g_devListMutex);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue