summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-03 06:19:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-03 06:19:13 -0600
commit89fb3719698e2280accd752873f4ba6aad211496 (patch)
tree34f3d23f1c5bb906eca6a171f6c6a26dccbc6580 /nuttx/fs
parent839fa173a58af540fe9b8232ded8559661d3826c (diff)
downloadpx4-nuttx-89fb3719698e2280accd752873f4ba6aad211496.tar.gz
px4-nuttx-89fb3719698e2280accd752873f4ba6aad211496.tar.bz2
px4-nuttx-89fb3719698e2280accd752873f4ba6aad211496.zip
Fix SF bug #15: Typo replace error with ERROR
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/fs_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fs_mount.c b/nuttx/fs/fs_mount.c
index d65d5da56..2feaec315 100644
--- a/nuttx/fs/fs_mount.c
+++ b/nuttx/fs/fs_mount.c
@@ -394,7 +394,7 @@ errout:
#else
fdbg("No filesystems enabled\n");
set_errno(ENOSYS);
- return error;
+ return ERROR;
#endif /* BDFS_SUPPORT || NONBDFS_SUPPORT */
}