From 98f6c48487f4bde508484191ef700ed1b238eff9 Mon Sep 17 00:00:00 2001 From: michux Date: Mon, 3 Mar 2008 17:04:12 +0000 Subject: correct code format (indent) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@861 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_button_exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin_button_exec.c') 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; -- cgit v1.2.3