From 37cd3d779faf8d3ecfc16ffbeeaa4cd4e06c4fa8 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Jun 1995 23:50:29 +0000 Subject: (diskfs_shutdown): Fix parens. --- libdiskfs/shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/shutdown.c') diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c index 23f48127..d5539ef7 100644 --- a/libdiskfs/shutdown.c +++ b/libdiskfs/shutdown.c @@ -48,7 +48,7 @@ diskfs_shutdown (int flags) error = 0; mutex_lock (&np->lock); - if (error == MIG_SERVER_DIED || error == MACH_SEND_INVALID_DEST) + if ((error == MIG_SERVER_DIED) || (error == MACH_SEND_INVALID_DEST)) error = 0; return error; -- cgit v1.2.3