correct code format (indent)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@861 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michux
2008-03-03 17:04:12 +00:00
parent 4e6b809f54
commit 98f6c48487

View File

@@ -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;