mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
Sync with Wine-20040213:
Francois Gouget <fgouget@free.fr> Assorted spelling and case fixes. Alexandre Julliard: Moved a few remaining 16-bit definitions out of the standard headers. svn path=/trunk/; revision=8232
This commit is contained in:
parent
fe941591fe
commit
d8aa2b9e91
1 changed files with 1 additions and 1 deletions
|
@ -3443,7 +3443,7 @@ REBAR_MoveBand (REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam)
|
|||
/* save one to be moved */
|
||||
memcpy (&holder, &oldBands[uFrom], sizeof(REBAR_BAND));
|
||||
|
||||
/* close up rest of bands (psuedo delete) */
|
||||
/* close up rest of bands (pseudo delete) */
|
||||
if (uFrom < infoPtr->uNumBands - 1) {
|
||||
memcpy (&oldBands[uFrom], &oldBands[uFrom+1],
|
||||
(infoPtr->uNumBands - uFrom - 1) * sizeof(REBAR_BAND));
|
||||
|
|
Loading…
Reference in a new issue