Fixed one lvalue casted assignment for the new compiler.

This commit is contained in:
Marcus Meissner 2004-07-15 22:08:05 +00:00 committed by Alexandre Julliard
parent 553b0fca1f
commit 7ae8645467

View file

@ -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;
}
/******************************************************************