about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3d4e4741..f5bbf9d6 100755
--- a/src/main.c
+++ b/src/main.c
@@ -731,6 +731,6 @@ int main(int argc, const char **argv, const char **env) {
         FreeCollection(&ld_preload);
         return execvp(argv[1], (char * const*)(argv+1));
     }
-    /*AddElfHeader(my_context, elf_header);*/
+    AddElfHeader(my_context, elf_header);
     return 0;
 }