o Fix style(9) for previous.

This commit is contained in:
Maxim Konovalov 2006-08-25 09:14:23 +00:00
parent ad38702878
commit 0e6d65d1fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161605

View File

@ -645,7 +645,7 @@ extractfile(char *name)
if (uflag)
(void) unlink(name);
if (mknod(name, (mode & (IFCHR | IFBLK)) | 0600,
(int)curfile.rdev) < 0) {
(int)curfile.rdev) < 0) {
fprintf(stderr, "%s: cannot create special file: %s\n",
name, strerror(errno));
skipfile();