Skip to content

Commit a955b88

Browse files
committed
Update alphablit.c
1 parent f0e8cc4 commit a955b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_c/alphablit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ SoftBlitPyGame(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst,
259259
}
260260
break;
261261
}
262-
}
263262
#endif /* PG_ENABLE_SSE_NEON */
263+
}
264264
#endif /* SDL_BYTEORDER == SDL_LIL_ENDIAN */
265265
#endif /* __EMSCRIPTEN__ */
266266
alphablit_alpha(&info);

0 commit comments

Comments
 (0)