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 c16461c6c1357629baafc30f66b10814b749d430
parent be5d1f310f4847096277a33c4c334edd86fa27dc
Author: Joris Vink <joris@coders.se>
Date:   Tue, 27 Dec 2016 09:45:27 +0100

adjust format after changing it earlier.

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

diff --git a/src/cli.c b/src/cli.c @@ -910,7 +910,7 @@ cli_build_asset(char *fpath, struct dirent *dp) cli_file_writef(out, "const char *asset_sha1_%s_%s = \"\\\"%s\\\"\";\n", name, ext, hash); - cli_file_writef(out, http_serveable_function, name, ext, + cli_file_writef(out, http_serveable_function, name, ext, name, ext, name, ext, name, ext, mime_type); /* Write the file symbols into assets.h so they can be used. */