Commit 56632126 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

uninstaller: Constify the string paramenter of output_array().

parent 9152bdce
......@@ -110,7 +110,7 @@ static void WINAPIV output_message(unsigned int id, ...)
__ms_va_end(va_args);
}
static void WINAPIV output_array(WCHAR *fmt, ...)
static void WINAPIV output_array(const WCHAR *fmt, ...)
{
__ms_va_list va_args;
......
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