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

View File

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