msi/tests: Write-strings warnings fix.

oldstable
Andrew Talbot 2006-07-28 18:45:50 +01:00 committed by Alexandre Julliard
parent da3eeb4bd5
commit 81592e497b
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ static UINT add_table_to_db(MSIHANDLE hdb, LPCSTR table_data)
static void test_msiimport(void)
{
MSIHANDLE hdb, view, rec;
LPSTR query;
LPCSTR query;
UINT r, count;
signed int i;