wnaspi32: Remove unneeded cast.

This commit is contained in:
Andrew Talbot 2008-02-07 21:41:37 +00:00 committed by Alexandre Julliard
parent ad6a7a788d
commit 49665fa354
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ adapter name */
FIXME("Not implemented SC_GET_DEV_TYPE\n");
break;
case SC_EXEC_SCSI_CMD:
return ASPI_ExecScsiCmd((DWORD)ptrSRB, mode);
return ASPI_ExecScsiCmd(ptrSRB, mode);
case SC_RESET_DEV:
FIXME("Not implemented SC_RESET_DEV\n");
break;