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

This commit is contained in:
Andrew Talbot 2008-07-11 21:58:21 +01:00 committed by Alexandre Julliard
parent ab6efdd1e4
commit ce2184e2f1

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: