browseui: Fix typo in declaration of empty_string in set_buffer.
This commit is contained in:
parent
719cd82f35
commit
e1affcc55e
|
@ -78,7 +78,7 @@ static const IProgressDialogVtbl ProgressDialogVtbl;
|
|||
|
||||
static void set_buffer(LPWSTR *buffer, LPCWSTR string)
|
||||
{
|
||||
const WCHAR empty_string = {0};
|
||||
static const WCHAR empty_string[] = {0};
|
||||
IMalloc *malloc;
|
||||
int cb;
|
||||
|
||||
|
|
Loading…
Reference in New Issue