wnaspi32: Remove unneeded casts.

Francois Gouget fgouget at free.fr
Mon Dec 8 02:27:19 CST 2008


---
 dlls/wnaspi32/winaspi32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wnaspi32/winaspi32.c b/dlls/wnaspi32/winaspi32.c
index 45b352c..84b54f0 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;
-- 
1.5.6.5




More information about the wine-patches mailing list