bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement)
Submitted by: sbruno Reported by: sbruno
This commit is contained in:
parent
60dd682329
commit
27ee4fa6e6
@ -337,8 +337,8 @@ grep_open(const char *path)
|
||||
lstrm.avail_out = MAXBUFSIZ;
|
||||
laction = LZMA_RUN;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Fill read buffer, also catches errors early */
|
||||
if (bufrem == 0 && grep_refill(f) != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user