Commit b810430f authored by Lei Zhang's avatar Lei Zhang Committed by Alexandre Julliard

gdiplus: Initialize a variable in a test.

parent 1ebe82af
......@@ -29,7 +29,7 @@
static void test_startup(void)
{
GpPen *pen;
GpPen *pen = NULL;
Status status;
struct GdiplusStartupInput gdiplusStartupInput;
ULONG_PTR gdiplusToken;
......
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