msi: Constify a variable.
This commit is contained in:
parent
ffa7e0e25d
commit
58c55881be
|
@ -45,7 +45,7 @@ static DWORD deformat_string_internal(MSIPACKAGE *package, LPCWSTR ptr,
|
||||||
BOOL* in_group);
|
BOOL* in_group);
|
||||||
|
|
||||||
|
|
||||||
static LPWSTR build_default_format(MSIRECORD* record)
|
static LPWSTR build_default_format(const MSIRECORD* record)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int count;
|
int count;
|
||||||
|
|
Loading…
Reference in New Issue