From 28d6834ae7136074e27ad1ff47ce50a5af3b7f9a 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 33bf42c06..2f4bf912d 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; } -- 2.34.1