Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fix recommended by Eddy L O Jansson
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 19, 2009
1 parent cef9aba commit d95c50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_rect.c
Expand Up @@ -130,7 +130,7 @@ SDL_IntersectRectAndLine(const SDL_Rect * rect, int *X1, int *Y1, int *X2,
int recty2;

if (!rect || !X1 || !Y1 || !X2 || !Y2) {
SDL_FALSE;
return SDL_FALSE;
}

x1 = *X1;
Expand Down

0 comments on commit d95c50b

Please sign in to comment.