mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
setupapi: Remove unneeded address-of operator from array name.
This commit is contained in:
parent
ab6efdd1e4
commit
ce2184e2f1
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ UINT CALLBACK QUEUE_callback_WtoA( void *context, UINT notification,
|
|||
switch(notification)
|
||||
{
|
||||
case SPFILENOTIFY_COPYERROR:
|
||||
param2 = (UINT_PTR)&buffer;
|
||||
param2 = (UINT_PTR)buffer;
|
||||
/* fall through */
|
||||
case SPFILENOTIFY_STARTDELETE:
|
||||
case SPFILENOTIFY_ENDDELETE:
|
||||
|
|
Loading…
Reference in a new issue