Skip to content
Snippets Groups Projects
Commit eee506f1 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix SF bug #15: Typo replace error with ERROR

parent f0ebaf83
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@ errout:
#else
fdbg("No filesystems enabled\n");
set_errno(ENOSYS);
return error;
return ERROR;
#endif /* BDFS_SUPPORT || NONBDFS_SUPPORT */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment