Commit 58c55881 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msi: Constify a variable.

parent ffa7e0e2
......@@ -45,7 +45,7 @@ static DWORD deformat_string_internal(MSIPACKAGE *package, LPCWSTR ptr,
BOOL* in_group);
static LPWSTR build_default_format(MSIRECORD* record)
static LPWSTR build_default_format(const MSIRECORD* record)
{
int i;
int count;
......
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