diff options
-rw-r--r-- | gen_inl.c | 1 | ||||
-rw-r--r-- | include/kit.inl.h | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -126,7 +126,6 @@ int main(int argc, char **argv) { return 1; } - fprintf(out, "\n"); fprintf(out, "#endif\n"); fclose(out); diff --git a/include/kit.inl.h b/include/kit.inl.h index cfa123e..287765a 100644 --- a/include/kit.inl.h +++ b/include/kit.inl.h @@ -1114,5 +1114,4 @@ void kit_path_list_destroy(kit_path_list_t list) { DA_DESTROY(list.files); } - #endif |