From: eck Date: Wed, 21 Mar 1990 14:46:18 +0000 (+0000) Subject: forgot ) X-Git-Tag: release-5-5~1772 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=28d6834ae7136074e27ad1ff47ce50a5af3b7f9a;p=ack.git forgot ) --- 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; }