msi: Fix the sign of an index variable.

This commit is contained in:
James Hawkins 2007-11-05 04:36:49 -05:00 committed by Alexandre Julliard
parent 1a896348d5
commit bb54ed1335
1 changed files with 1 additions and 1 deletions

View File

@ -1589,7 +1589,7 @@ static UINT ACTION_CostInitialize(MSIPACKAGE *package)
static UINT execute_script(MSIPACKAGE *package, UINT script )
{
int i;
UINT i;
UINT rc = ERROR_SUCCESS;
TRACE("Executing Script %i\n",script);