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)
|
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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user