forgot )
This commit is contained in:
parent
0296dc2371
commit
28d6834ae7
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ char *mess;
|
||||||
error(FALSE, "cannot find %s\n", name);
|
error(FALSE, "cannot find %s\n", name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (S_ISDIR(status.st_mode) {
|
else if (S_ISDIR(status.st_mode)) {
|
||||||
error(FALSE, "%s is a directory (ignored)\n", name);
|
error(FALSE, "%s is a directory (ignored)\n", name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue