aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/commands/Executor.kt
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/java/org/pacien/tincapp/commands/Executor.kt')
-rw-r--r--app/src/main/java/org/pacien/tincapp/commands/Executor.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/org/pacien/tincapp/commands/Executor.kt b/app/src/main/java/org/pacien/tincapp/commands/Executor.kt
index 7630b61..9558b15 100644
--- a/app/src/main/java/org/pacien/tincapp/commands/Executor.kt
+++ b/app/src/main/java/org/pacien/tincapp/commands/Executor.kt
@@ -42,7 +42,7 @@ internal object Executor {
42 /** 42 /**
43 * @return FAILED (-1) on error, forked child PID otherwise 43 * @return FAILED (-1) on error, forked child PID otherwise
44 */ 44 */
45 private external fun forkExec(argcv: Array<String>): Int 45 private external fun forkExec(args: Array<String>): Int
46 46
47 /** 47 /**
48 * @return FAILED (-1) on error, the exit status of the process otherwise 48 * @return FAILED (-1) on error, the exit status of the process otherwise