diff options
Diffstat (limited to 'base/scoped_bstr_win.cc')
-rw-r--r-- | base/scoped_bstr_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/scoped_bstr_win.cc b/base/scoped_bstr_win.cc index 0e4efca..673aca2 100644 --- a/base/scoped_bstr_win.cc +++ b/base/scoped_bstr_win.cc @@ -47,7 +47,7 @@ BSTR ScopedBstr::Allocate(const wchar_t* wide_str) { } BSTR ScopedBstr::AllocateBytes(int bytes) { - Reset(SysAllocStringByteLen(NULL, bytes));
+ Reset(SysAllocStringByteLen(NULL, bytes)); return bstr_; } |