mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
adjust format after changing it earlier.
This commit is contained in:
parent
be5d1f310f
commit
c16461c6c1
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user