fs_mount.c edited online with Bitbucket. Fix problem noted by David Sidrane.
This commit is contained in:
parent
61fbef5727
commit
972181697a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue