mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Fix comment
svn path=/trunk/; revision=58086
This commit is contained in:
parent
ae0b2b2e35
commit
f4019db7f8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int InfoMessageBox(HWND hWnd, UINT uType, LPCWSTR lpTitle, LPCWSTR lpMessage, ..
|
|||
{
|
||||
SIZE_T strLen = _vscwprintf(lpMessage, args);
|
||||
|
||||
/* Create a buffer on the heap and zero-out it (LPTR) */
|
||||
/* Create a buffer on the heap and zero it out (LPTR) */
|
||||
lpMsgBuf = (LPWSTR)LocalAlloc(LPTR, (strLen + 1) * sizeof(WCHAR));
|
||||
if (lpMsgBuf)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue