Fix SF bug #15: Typo replace error with ERROR

This commit is contained in:
Gregory Nutt 2013-07-03 06:19:13 -06:00
parent f0ebaf8312
commit eee506f11d

View File

@ -394,7 +394,7 @@ errout:
#else
fdbg("No filesystems enabled\n");
set_errno(ENOSYS);
return error;
return ERROR;
#endif /* BDFS_SUPPORT || NONBDFS_SUPPORT */
}