summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/patchelf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index a59c12d..409580c 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -1612,7 +1612,7 @@ int main(int argc, char * * argv)
if (++i == argc) error("missing argument");
pageSize = atoi(argv[i]);
if (pageSize <= 0) error("invalid argument to --page-size");
- }
+ }
else if (arg == "--print-interpreter") {
printInterpreter = true;
}