aboutsummaryrefslogtreecommitdiff
path: root/src/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exec.c')
-rw-r--r--src/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exec.c b/src/exec.c
index 4397992..6985fb2 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -26,7 +26,6 @@ int main(int argc, char* argv[]) {
}
}
-
// Run cmd.
execvp(argv[i], &argv[i]);