From 13bb153476fca421e2510a0bd20ff082c19aaedc Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Fri, 15 Feb 2019 14:57:42 -0500
Subject: [PATCH] fixed typo when removing old code

---
 src/zipr.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zipr.cpp b/src/zipr.cpp
index 1914a0bc8..dd799f45c 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -2125,11 +2125,11 @@ void ZiprImpl_t::OutputBinaryFile(const string &name)
 	InsertNewSegmentIntoExe(name,callback_file_name,start_of_new_space);
 #endif
 
+#endif
 
 	// now that the textra scoop has been crated and setup, we have the info we need to 
 	// re-generate the eh information.
 	RelayoutEhInfo(); 
-#endif
 
 
 	// create the output file in a totally different way using elfwriter. later we may 
-- 
GitLab