bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement)

Submitted by:	sbruno
Reported by:	sbruno
This commit is contained in:
Kyle Evans 2018-04-22 23:51:24 +00:00
parent 60dd682329
commit 27ee4fa6e6

View File

@ -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)