wnaspi32: Remove unneeded casts.

This commit is contained in:
Francois Gouget 2008-12-08 09:27:19 +01:00 committed by Alexandre Julliard
parent 39382652a9
commit 2c23ad2588
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ DWORD __cdecl GetASPI32DLLVersion(void)
{ {
#ifdef linux #ifdef linux
TRACE("Returning version 1\n"); TRACE("Returning version 1\n");
return (DWORD)1; return 1;
#else #else
FIXME("Please add SCSI support for your operating system, returning 0\n"); FIXME("Please add SCSI support for your operating system, returning 0\n");
return 0; return 0;