From a6883c4eb931cdca4b9d07ee054ae4ad54dbdf76 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Oct 1999 20:22:27 +0000 Subject: Spacing. --- c/src/libfs/src/imfs/imfs_rmnod.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/libfs') diff --git a/c/src/libfs/src/imfs/imfs_rmnod.c b/c/src/libfs/src/imfs/imfs_rmnod.c index f651622de4..3768b9543d 100644 --- a/c/src/libfs/src/imfs/imfs_rmnod.c +++ b/c/src/libfs/src/imfs/imfs_rmnod.c @@ -55,6 +55,7 @@ int IMFS_rmnod( /* * Take the node out of the parent's chain that contains this node */ + if ( the_jnode->Parent != NULL ) { Chain_Extract( (Chain_Node *) the_jnode ); the_jnode->Parent = NULL; -- cgit v1.2.3