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 63b0c0a903024eddff0b1c4cdae82df8c17e09ad
parent db198578c65f715272229b4a5657faf9e32b704e
Author: Joris Vink <joris@coders.se>
Date:   Sun, 14 Jun 2015 17:21:16 +0200

Fix typo.

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

diff --git a/src/cli.c b/src/cli.c @@ -41,7 +41,7 @@ #include "kore.h" #if defined(OpenBSD) || defined(__FreeBSD_version) || \ - defined(NetBSD) || defined(__DragonFly__version) + defined(NetBSD) || defined(__DragonFly_version) #define PRI_TIME_T "d" #endif