gdiplus/tests: Make test_pathgradientpresetblend() static.

Francois Gouget fgouget at free.fr
Fri Apr 20 01:40:12 CDT 2012


---
 dlls/gdiplus/tests/brush.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdiplus/tests/brush.c b/dlls/gdiplus/tests/brush.c
index 6321011..bf74abd 100644
--- a/dlls/gdiplus/tests/brush.c
+++ b/dlls/gdiplus/tests/brush.c
@@ -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;
-- 
1.7.9.5




More information about the wine-patches mailing list