commented, corrected and beautified both timer and timer group code

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
mzuther
2010-11-28 16:07:16 +00:00
parent 00db296b07
commit 475fdb4397
11 changed files with 546 additions and 232 deletions

View File

@@ -85,7 +85,7 @@ static void my_button_exec(RESULT * result, int argc, RESULT * argv[])
info(strerror(errsv));
exit(0);
} else if (pid == -1) {
info("weird error has occured. couldn't fork.");
info("weird error has occurred. couldn't fork.");
} else {
SetResult(&result, R_STRING, "0");
}