mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
Fix little mistake
svn path=/trunk/; revision=27050
This commit is contained in:
parent
eafaa0751c
commit
3db527c9d9
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ Main_DirectDraw_GetAvailableVidMem(LPDIRECTDRAW7 iface, LPDDSCAPS2 ddscaps,
|
|||
}
|
||||
_SEH_END;
|
||||
|
||||
return memdata.ddRVal;
|
||||
return retVal;
|
||||
}
|
||||
|
||||
HRESULT WINAPI
|
||||
|
|
Loading…
Reference in a new issue