kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 583d75edcbfeff741396f3269cd763d7ad29af43
parent ae28f51d56a8aff34dd212e6001309631b85da9d
Author: Joris Vink <joris@coders.se>
Date:   Mon,  5 Dec 2016 14:45:29 +0100

remove unneeded parenthesis.

Diffstat:
src/kore.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kore.c b/src/kore.c @@ -69,7 +69,7 @@ usage(void) fprintf(stderr, "\t-c\tconfiguration to use\n"); #endif #if defined(KORE_DEBUG) - fprintf(stderr, "\t-d\trun with debug on)\n"); + fprintf(stderr, "\t-d\trun with debug on\n"); #endif fprintf(stderr, "\t-f\tstart in foreground\n"); fprintf(stderr, "\t-h\tthis help text\n");