diff --git a/cde/programs/dtpad/printJob.c b/cde/programs/dtpad/printJob.c index 5b04381aa..9484e21d0 100644 --- a/cde/programs/dtpad/printJob.c +++ b/cde/programs/dtpad/printJob.c @@ -282,7 +282,7 @@ PrintJobCancel(PrintJob *pJob) * Returns the last print display on which an error occurred. ************************************************************************/ Display * -PrintJobGetErrorPrintDisplay() +PrintJobGetErrorPrintDisplay(void) { return _pjErrorPrintDisplay; }