advapi32/tests: Write-strings warnings fix.

This commit is contained in:
Andrew Talbot 2006-08-13 09:53:29 +01:00 committed by Alexandre Julliard
parent de92ffa3b7
commit b843ce55c7

View file

@ -88,7 +88,7 @@ static void init(void)
hmod = GetModuleHandle("advapi32.dll");
}
static void test_str_sid(char *str_sid)
static void test_str_sid(const char *str_sid)
{
PSID psid;
char *temp;