Fix SF bug #15: Typo replace error with ERROR
This commit is contained in:
parent
f0ebaf8312
commit
eee506f11d
@ -394,7 +394,7 @@ errout:
|
||||
#else
|
||||
fdbg("No filesystems enabled\n");
|
||||
set_errno(ENOSYS);
|
||||
return error;
|
||||
return ERROR;
|
||||
#endif /* BDFS_SUPPORT || NONBDFS_SUPPORT */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user