Commit e1affcc5 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

browseui: Fix typo in declaration of empty_string in set_buffer.

parent 719cd82f
...@@ -78,7 +78,7 @@ static const IProgressDialogVtbl ProgressDialogVtbl; ...@@ -78,7 +78,7 @@ static const IProgressDialogVtbl ProgressDialogVtbl;
static void set_buffer(LPWSTR *buffer, LPCWSTR string) static void set_buffer(LPWSTR *buffer, LPCWSTR string)
{ {
const WCHAR empty_string = {0}; static const WCHAR empty_string[] = {0};
IMalloc *malloc; IMalloc *malloc;
int cb; int cb;
......
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