Commit 10e5c9e8 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Remove const declaration from non-const function.

parent e2df8814
......@@ -60,7 +60,7 @@ void MSI_FreePackage( MSIOBJECTHDR *arg)
msiobj_release( &package->db->hdr );
}
static const UINT clone_properties(MSIDATABASE *db)
static UINT clone_properties(MSIDATABASE *db)
{
MSIQUERY * view = NULL;
UINT rc;
......
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