bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement)

Submitted by:	sbruno
Reported by:	sbruno
This commit is contained in:
kevans 2018-04-22 23:51:24 +00:00
parent 015c42a14b
commit 5cbcde6d07

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)