Fixed missing return value

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403390
This commit is contained in:
Sam Lantinga 2008-12-30 07:15:46 +00:00
parent 3fc02a176b
commit a6a8062f6c

View file

@ -2023,6 +2023,7 @@ SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
if (a) {
*a = renderer->a;
}
return 0;
}
int