dtpad: Change to ANSI function definitions

This commit is contained in:
Peter Howkins 2018-06-28 04:24:03 +01:00
parent 3503243d14
commit 75ea917380
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ PrintJobCancel(PrintJob *pJob)
* Returns the last print display on which an error occurred.
************************************************************************/
Display *
PrintJobGetErrorPrintDisplay()
PrintJobGetErrorPrintDisplay(void)
{
return _pjErrorPrintDisplay;
}