commit | e1affcc55ed82fdc40e64677b19196dae465530f | [log] [tgz] |
---|---|---|
author | Rob Shearman <rob@codeweavers.com> | Mon Feb 18 19:37:41 2008 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 19 13:39:24 2008 +0100 |
tree | 7520c0e2e5515a3a1a9d260f0710b382480db608 | |
parent | 719cd82f3584dd6a863f0b7d2fca429e24d3bdca [diff] |
browseui: Fix typo in declaration of empty_string in set_buffer.
diff --git a/dlls/browseui/progressdlg.c b/dlls/browseui/progressdlg.c index 28538d3..a0444fd 100644 --- a/dlls/browseui/progressdlg.c +++ b/dlls/browseui/progressdlg.c
@@ -78,7 +78,7 @@ static void set_buffer(LPWSTR *buffer, LPCWSTR string) { - const WCHAR empty_string = {0}; + static const WCHAR empty_string[] = {0}; IMalloc *malloc; int cb;