dtpad: Change to ANSI function definitions
This commit is contained in:
parent
3503243d14
commit
75ea917380
|
|
@ -282,7 +282,7 @@ PrintJobCancel(PrintJob *pJob)
|
|||
* Returns the last print display on which an error occurred.
|
||||
************************************************************************/
|
||||
Display *
|
||||
PrintJobGetErrorPrintDisplay()
|
||||
PrintJobGetErrorPrintDisplay(void)
|
||||
{
|
||||
return _pjErrorPrintDisplay;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue