Follow up revision 208888 with purely ident changes.

MFC after:	1 week
This commit is contained in:
Xin LI 2010-06-07 10:10:44 +00:00
parent 09e979e915
commit 1371ad1594
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208889

View File

@ -1235,12 +1235,12 @@ file_compress(char *file, char *outfile, size_t outsize)
if (cflag == 0) {
#ifndef SMALL
if (isb.st_nlink != 1 && fflag == 0) {
maybe_warnx("%s has %d other link%s -- "
"skipping", file, isb.st_nlink - 1,
isb.st_nlink == 1 ? "" : "s");
close(in);
return -1;
}
maybe_warnx("%s has %d other link%s -- "
"skipping", file, isb.st_nlink - 1,
isb.st_nlink == 1 ? "" : "s");
close(in);
return -1;
}
if (fflag == 0 && (suff = check_suffix(file, 0))
&& suff->zipped[0] != 0) {