Commit 7ae86454 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Fixed one lvalue casted assignment for the new compiler.

parent 553b0fca
......@@ -858,7 +858,7 @@ static void WCCURSES_DeleteBackend(struct inner_data* data)
HeapFree(GetProcessHeap(), 0, PRIVATE(data)->line);
HeapFree(GetProcessHeap(), 0, PRIVATE(data));
PRIVATE(data) = NULL;
data->private = NULL;
}
/******************************************************************
......
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