forked from Imagelibrary/rtems
2010-08-13 Chris Johns <chrisj@rtems.org>
* libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug
case.
This commit is contained in:
@@ -173,8 +173,8 @@ int IMFS_evaluate_sym_link(
|
||||
/*
|
||||
* Check for things that should never happen.
|
||||
*/
|
||||
IMFS_assert( jnode->type == IMFS_SYM_LINK )
|
||||
IMFS_assert( jnode->Parent )
|
||||
IMFS_assert( jnode->type == IMFS_SYM_LINK );
|
||||
IMFS_assert( jnode->Parent );
|
||||
|
||||
/*
|
||||
* Move the node_access to either the symbolic links parent or
|
||||
|
||||
Reference in New Issue
Block a user