browseui: Fix typo in declaration of empty_string in set_buffer.

This commit is contained in:
Rob Shearman 2008-02-18 19:37:41 +00:00 committed by Alexandre Julliard
parent 719cd82f35
commit e1affcc55e
1 changed files with 1 additions and 1 deletions

View File

@ -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;