dtpad: Change to ANSI function definitions
authorPeter Howkins <flibble@users.sf.net>
Thu, 28 Jun 2018 03:24:03 +0000 (04:24 +0100)
committerPeter Howkins <flibble@users.sf.net>
Thu, 28 Jun 2018 03:24:03 +0000 (04:24 +0100)
cde/programs/dtpad/printJob.c

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