setupapi: Remove unneeded address-of operator from array name.

oldstable
Andrew Talbot 2008-07-11 21:58:21 +01:00 committed by Alexandre Julliard
parent ab6efdd1e4
commit ce2184e2f1
1 changed files with 1 additions and 1 deletions

View File

@ -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: