From 6674f52c8b3b70e5826ec38aadafbae17cc8fc62 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Sat, 7 Nov 2015 23:56:50 -0500 Subject: [PATCH] removing dangling #if in igzip code --- igzip/c_code/bitbuf2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/igzip/c_code/bitbuf2.h b/igzip/c_code/bitbuf2.h index 701a518..b55a0cb 100644 --- a/igzip/c_code/bitbuf2.h +++ b/igzip/c_code/bitbuf2.h @@ -283,4 +283,4 @@ class BitBuf2 { } */ }; -#endif #if 0 +#endif