forgot )
authoreck <none@none>
Wed, 21 Mar 1990 14:46:18 +0000 (14:46 +0000)
committereck <none@none>
Wed, 21 Mar 1990 14:46:18 +0000 (14:46 +0000)
util/arch/archiver.c

index 33bf42c..2f4bf91 100644 (file)
@@ -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;
   }