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 5a16bdbe65745301a62ca4bcf5de225dfb3a5466
parent f80a9cbc6c87f3a7e238715a616b8b815210d115
Author: Joris Vink <joris@coders.se>
Date:   Mon,  6 Feb 2017 22:53:09 +0100

whitespace

Diffstat:
src/kore.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/kore.c b/src/kore.c @@ -115,9 +115,7 @@ version(void) #if defined(KORE_USE_PYTHON) printf("python "); #endif - printf("\n"); - exit(0); }