tar: remove unneccesary { }
This commit is contained in:
parent
c7eae3fb72
commit
b143c1f411
1 changed files with 2 additions and 2 deletions
|
@ -882,9 +882,9 @@ replace(char **argv)
|
|||
Compress *comp = nil;
|
||||
Pushstate ps;
|
||||
|
||||
if (usefile && docreate) {
|
||||
if (usefile && docreate)
|
||||
ar = create(usefile, OWRITE, 0666);
|
||||
} else if (usefile)
|
||||
else if (usefile)
|
||||
ar = open(usefile, ORDWR);
|
||||
else
|
||||
ar = Stdout;
|
||||
|
|
Loading…
Reference in a new issue