summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patchelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchelf.c b/patchelf.c
index 4e92817..ae6e7b2 100644
--- a/patchelf.c
+++ b/patchelf.c
@@ -403,7 +403,7 @@ int main(int argc, char * * argv)
if (i == argc) error("missing filename");
fileName = argv[i];
-
+
patchElf();
return 0;