From 2c23ad2588ba550980353f7010346ca91cb0cbf1 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 8 Dec 2008 09:27:19 +0100 Subject: [PATCH] wnaspi32: Remove unneeded casts. --- dlls/wnaspi32/winaspi32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wnaspi32/winaspi32.c b/dlls/wnaspi32/winaspi32.c index 45b352cb5ef..84b54f0684d 100644 --- a/dlls/wnaspi32/winaspi32.c +++ b/dlls/wnaspi32/winaspi32.c @@ -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; -- 2.11.4.GIT