msi: Constify a variable.

oldstable
Andrew Talbot 2007-06-11 23:04:49 +01:00 committed by Alexandre Julliard
parent ffa7e0e25d
commit 58c55881be
1 changed files with 1 additions and 1 deletions

View File

@ -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;