msi/tests: Write-strings warnings fix.

This commit is contained in:
Andrew Talbot 2006-07-25 19:03:02 +01:00 committed by Alexandre Julliard
parent d337991fb5
commit 320da90632

View file

@ -990,7 +990,7 @@ static void test_streamtable(void)
static void test_where(void)
{
MSIHANDLE hdb = 0, rec;
LPSTR query;
LPCSTR query;
UINT r;
hdb = create_db();