Skip to content

Commit

Permalink
Add more space
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Jun 10, 2024
1 parent c446aef commit f11ed90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/integrations/kinc.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void kinc_export(char *directory, api_kind api) {
FILE *output = fopen(filename, "wb");

fprintf(output, "#ifndef KONG_INTEGRATION_HEADER\n");
fprintf(output, "#define KONG_INTEGRATION_HEADER\n");
fprintf(output, "#define KONG_INTEGRATION_HEADER\n\n");

fprintf(output, "#include <kinc/graphics4/constantbuffer.h>\n");
fprintf(output, "#include <kinc/graphics4/pipeline.h>\n");
Expand Down

0 comments on commit f11ed90

Please sign in to comment.