Commit aa638df7 authored by Rémi Assailly's avatar Rémi Assailly Committed by Alexandre Julliard

Small char -> const char fix.

parent a912c2a8
......@@ -29,7 +29,7 @@
typedef struct _STOCK_BRUSH {
COLORREF color;
int stockobj;
char *name;
const char *name;
} STOCK_BRUSH;
static void test_solidbrush()
......
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