From 22b9642add19a9f5bd9cf43518cd2e38672757aa Mon Sep 17 00:00:00 2001 From: eck Date: Wed, 21 Mar 1990 14:46:18 +0000 Subject: [PATCH] forgot ) --- util/arch/archiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/arch/archiver.c b/util/arch/archiver.c index 33bf42c0..2f4bf912 100644 --- a/util/arch/archiver.c +++ b/util/arch/archiver.c @@ -418,7 +418,7 @@ char *mess; error(FALSE, "cannot find %s\n", name); return; } - else if (S_ISDIR(status.st_mode) { + else if (S_ISDIR(status.st_mode)) { error(FALSE, "%s is a directory (ignored)\n", name); return; }