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; }