summaryrefslogtreecommitdiff
path: root/wrapper/outer.c
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper/outer.c')
-rw-r--r--wrapper/outer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper/outer.c b/wrapper/outer.c
index 4bc2d2f..c465555 100644
--- a/wrapper/outer.c
+++ b/wrapper/outer.c
@@ -56,7 +56,7 @@ main(int argc, char *argv[]) {
_("Could not allocate cleared memory"));
args[0] = exec_file;
memcpy(&args[1], argv, sizeof(char*) * argc);
-
+
execv(exec_file, args);
error(EXIT_FAILURE_EXEC, errno, _("Could not execute: %s"), exec_file);
return EXIT_FAILURE_EXEC;