Author: kevans
Date: Sun Apr 22 23:51:24 2018
New Revision: 332876
URL: https://svnweb.freebsd.org/changeset/base/332876

Log:
  bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement)
  
  Submitted by: sbruno
  Reported by:  sbruno

Modified:
  head/usr.bin/grep/file.c

Modified: head/usr.bin/grep/file.c
==============================================================================
--- head/usr.bin/grep/file.c    Sun Apr 22 23:10:37 2018        (r332875)
+++ head/usr.bin/grep/file.c    Sun Apr 22 23:51:24 2018        (r332876)
@@ -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)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to