Commit 7272bd89 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gdi.exe16: Remove an unused return variable (coccinelle).

parent 3e8720ae
......@@ -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;
}
......
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