Commit 82ee5a58 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winedump: Cast-qual warnings fix.

parent d4417c3c
...@@ -143,7 +143,7 @@ static int dump_pidl(void) ...@@ -143,7 +143,7 @@ static int dump_pidl(void)
while(sz<pidl->size) while(sz<pidl->size)
{ {
lnk_string *segment = (lnk_string*) &pidl->str.a[sz]; const lnk_string *segment = (const lnk_string*) &pidl->str.a[sz];
if(!segment->size) if(!segment->size)
break; break;
......
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