return void for GAL_SoftFillRect

This commit is contained in:
Vincent Wei
2021-05-03 18:29:06 +08:00
parent b967f2f18f
commit 7d4cf8a47d
+1 -1
View File
@@ -655,7 +655,7 @@ int GAL_UpperBlit (GAL_Surface *src, GAL_Rect *srcrect,
return 0;
}
static int GAL_SoftFillRect (GAL_Surface *dst, const GAL_Rect *dstrect, Uint32 color)
static void GAL_SoftFillRect (GAL_Surface *dst, const GAL_Rect *dstrect, Uint32 color)
{
int x, y;
Uint8 *row;