diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 72b96494aa..409e87bad0 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2010-08-13 Chris Johns + + * libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug + case. + 2010-08-11 Sebastian Huber * sapi/include/confdefs.h: Include to resolve all diff --git a/cpukit/libfs/src/imfs/imfs_eval.c b/cpukit/libfs/src/imfs/imfs_eval.c index c081953c8d..22cc983f7f 100644 --- a/cpukit/libfs/src/imfs/imfs_eval.c +++ b/cpukit/libfs/src/imfs/imfs_eval.c @@ -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