aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_button_exec.c
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-03-03 17:04:12 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-03-03 17:04:12 +0000
commit98f6c48487f4bde508484191ef700ed1b238eff9 (patch)
tree36d34eb9af1c16477e1e418b66883c4901744783 /plugin_button_exec.c
parent4e6b809f540d17425d59df4cde3dfdab58960b06 (diff)
downloadlcd4linux-98f6c48487f4bde508484191ef700ed1b238eff9.tar.gz
correct code format (indent)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@861 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_button_exec.c')
-rw-r--r--plugin_button_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_button_exec.c b/plugin_button_exec.c
index f56da24..e4f6037 100644
--- a/plugin_button_exec.c
+++ b/plugin_button_exec.c
@@ -77,8 +77,8 @@ static void my_button_exec(RESULT * result, int argc, RESULT * argv[])
args[i] = (char *) 0;
env[0] = (char *) 0;
pid = fork();
- if (pid == 0) { // child-process
- // char *args[] = {"-r", "-t", "-l", (char *) 0 };
+ if (pid == 0) { /* child-process */
+ /* char *args[] = {"-r", "-t", "-l", (char *) 0 }; */
info("executing program");
execve(prog, args, env);
errsv = errno;