1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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.
************************************************************************/
Display *
PrintJobGetErrorPrintDisplay()
PrintJobGetErrorPrintDisplay(void)
{
return _pjErrorPrintDisplay;
}