mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
gdi.exe16: Remove an unused return variable (coccinelle).
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3e8720ae5a
commit
7272bd8994
1 changed files with 1 additions and 2 deletions
|
@ -518,9 +518,8 @@ INT16 WINAPI EndSpoolPage16(HPJOB16 hJob)
|
|||
*/
|
||||
DWORD WINAPI GetSpoolJob16(int nOption, LONG param)
|
||||
{
|
||||
DWORD retval = 0;
|
||||
TRACE("In GetSpoolJob param 0x%x noption %d\n",param, nOption);
|
||||
return retval;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue