Skip to content

Commit

Permalink
Remove newline at the end of main.c of sprite example
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Nov 19, 2024
1 parent 71169a7 commit b928d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/samples/sprite/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ int main() {
free(texture);

return 0;
}
}

0 comments on commit b928d6d

Please sign in to comment.