From c3367ade01200ce32b15ad865782a9cb701fc18f Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 13 Aug 2010 04:49:31 +0000 Subject: 2010-08-13 Chris Johns * libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug case. --- cpukit/libfs/src/imfs/imfs_eval.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libfs/src/imfs/imfs_eval.c') 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 -- cgit v1.2.3