wnaspi32: Remove unneeded cast

Andrew Talbot andrew.talbot at talbotville.com
Thu Feb 7 15:41:37 CST 2008


Changelog:
    wnaspi32: Remove unneeded cast.

diff --git a/dlls/wnaspi32/winaspi16.c b/dlls/wnaspi32/winaspi16.c
index ec451e4..b8dcf27 100644
--- a/dlls/wnaspi32/winaspi16.c
+++ b/dlls/wnaspi32/winaspi16.c
@@ -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;



More information about the wine-patches mailing list