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

Commit

Permalink
Fixed missing return value
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 30, 2008
1 parent f695328 commit 62177cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/SDL_video.c
Expand Up @@ -2023,6 +2023,7 @@ SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
if (a) {
*a = renderer->a;
}
return 0;
}

int
Expand Down

0 comments on commit 62177cc

Please sign in to comment.