winedos: Remove unneeded address-of operator from function name.
This commit is contained in:
parent
6ced8a3f55
commit
7e917a0f9d
|
@ -153,7 +153,7 @@ DWORD ASPI_SendASPIDOSCommand(DWORD ptrSRB)
|
|||
memcpy(&lpPRB->CDBByte[0],&lpSRB16->cmd.CDBByte[0],lpSRB16->cmd.SRB_CDBLen);
|
||||
|
||||
/* Set post proc to our post proc */
|
||||
lpPRB->SRB_PostProc = &DOSASPI_PostProc;
|
||||
lpPRB->SRB_PostProc = DOSASPI_PostProc;
|
||||
|
||||
/* Stick the DWORD after all the sense info */
|
||||
memcpy(lpPRB->SenseArea + lpPRB->SRB_SenseLen,&ptrSRB,sizeof(DWORD));
|
||||
|
|
Loading…
Reference in New Issue