Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 committed Oct 6, 2024
1 parent 7244df0 commit 22fb3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_c/rwobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ _rwops_from_pystr(PyObject *obj, char **extptr)
/* If out of memory, decref oencoded to be safe, and try
* to close out `rw` as well. */
Py_DECREF(oencoded);
#if SDL_VERSION_ATLEAST(3, 0, 0)
#if SDL_VERSION_ATLEAST(3, 0, 0)
if (!SDL_RWclose(rw)) {
#else
if (SDL_RWclose(rw) < 0) {
Expand Down

0 comments on commit 22fb3b5

Please sign in to comment.