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)
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)
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