mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
binfmt/: Fix one more inappropriate access to the errno variable.
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ int builtin_initialize(void)
|
||||
|
||||
void builtin_uninitialize(void)
|
||||
{
|
||||
unregister_binfmt(&g_builtin_binfmt);
|
||||
(void)unregister_binfmt(&g_builtin_binfmt);
|
||||
}
|
||||
|
||||
#endif /* CONFIG_BUILTIN */
|
||||
|
||||
Reference in New Issue
Block a user