gdiplus/tests: Make test_pathgradientpresetblend() static.

This commit is contained in:
Francois Gouget 2012-04-20 08:40:12 +02:00 committed by Alexandre Julliard
parent d76d88a74b
commit 84bc0f7888
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ static void test_pathgradientcenterpoint(void)
expect(Ok, status);
}
void test_pathgradientpresetblend(void)
static void test_pathgradientpresetblend(void)
{
static const GpPointF path_points[] = {{0,0}, {3,0}, {0,4}};
GpStatus status;