Commit b843ce55 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

advapi32/tests: Write-strings warnings fix.

parent de92ffa3
...@@ -88,7 +88,7 @@ static void init(void) ...@@ -88,7 +88,7 @@ static void init(void)
hmod = GetModuleHandle("advapi32.dll"); hmod = GetModuleHandle("advapi32.dll");
} }
static void test_str_sid(char *str_sid) static void test_str_sid(const char *str_sid)
{ {
PSID psid; PSID psid;
char *temp; char *temp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment