Commit 0e1e585c authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

widl: Write-strings warnings fix.

parent f921fa54
...@@ -198,7 +198,7 @@ struct _expr_t { ...@@ -198,7 +198,7 @@ struct _expr_t {
}; };
struct _type_t { struct _type_t {
char *name; const char *name;
unsigned char type; unsigned char type;
struct _type_t *ref; struct _type_t *ref;
const attr_t *attrs; const attr_t *attrs;
......
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