diff --git a/auxlib/cook.janet b/auxlib/cook.janet index 307390d5..48fa3362 100644 --- a/auxlib/cook.janet +++ b/auxlib/cook.janet @@ -322,7 +322,7 @@ (file/write out "#include \n" "static const unsigned char bytes[] = {" - ;(interpose ", " chunks) + (string/join (interpose ", " chunks)) "};\n\n" "const unsigned char *" name "_embed = bytes;\n" "size_t " name "_embed_size = sizeof(bytes);\n")