Commit 84bc0f78 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdiplus/tests: Make test_pathgradientpresetblend() static.

parent d76d88a7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment