Commit 2c23ad25 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wnaspi32: Remove unneeded casts.

parent 39382652
......@@ -595,7 +595,7 @@ DWORD __cdecl GetASPI32DLLVersion(void)
{
#ifdef linux
TRACE("Returning version 1\n");
return (DWORD)1;
return 1;
#else
FIXME("Please add SCSI support for your operating system, returning 0\n");
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment