fs_mount.c edited online with Bitbucket. Fix problem noted by David Sidrane.

This commit is contained in:
Gregory Nutt 2016-04-29 07:11:42 +00:00
parent 61fbef5727
commit 972181697a
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ int mount(FAR const char *source, FAR const char *target,
* incremented.
*/
DEBUGASSERT(mountpt_inode->u.i_mops == NULL);
DEBUGASSERT(mountpt_inode->u.i_mops != NULL);
}
else
#endif