Skip to content

Commit

Permalink
Add a missing NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 4, 2024
1 parent 37f4fd1 commit 410f71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/integrations/kope.c
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ void kope_export(char *directory, api_kind api) {
fprintf(output, ", dynamic_buffers, dynamic_offsets, dynamic_sizes");
}
else {
fprintf(output, ", NULL, NULL");
fprintf(output, ", NULL, NULL, NULL");
}
fprintf(output, ");\n");
fprintf(output, "}\n\n");
Expand Down

0 comments on commit 410f71c

Please sign in to comment.