mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 16:56:03 +08:00
Fix SF bug #15: Typo replace error with ERROR
This commit is contained in:
+1
-1
@@ -394,7 +394,7 @@ errout:
|
||||
#else
|
||||
fdbg("No filesystems enabled\n");
|
||||
set_errno(ENOSYS);
|
||||
return error;
|
||||
return ERROR;
|
||||
#endif /* BDFS_SUPPORT || NONBDFS_SUPPORT */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user