From 75ea917380d937ce3686b528cfa2f34958a8e710 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Thu, 28 Jun 2018 04:24:03 +0100 Subject: [PATCH] dtpad: Change to ANSI function definitions --- cde/programs/dtpad/printJob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtpad/printJob.c b/cde/programs/dtpad/printJob.c index 5b04381a..9484e21d 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; } -- 2.25.1