summaryrefslogtreecommitdiff
path: root/ppdc/ppdhtml.cxx
diff options
context:
space:
mode:
authorAlfonso Gregory <83477269+AtariDreams@users.noreply.github.com>2021-08-30 17:32:38 -0400
committerAlfonso Gregory <83477269+AtariDreams@users.noreply.github.com>2021-09-01 14:03:10 -0400
commit10d19ff155bfc02e1d9924e57d618e6b3f182e79 (patch)
treeac928a93623f3c97b79db52e8b4c3ff98355506e /ppdc/ppdhtml.cxx
parent9d4e1ef79a96008a747ddaab9578157db4c65515 (diff)
downloadcups-10d19ff155bfc02e1d9924e57d618e6b3f182e79.tar.gz
Add _CUPS_NORETURN to missing functions
Diffstat (limited to 'ppdc/ppdhtml.cxx')
-rw-r--r--ppdc/ppdhtml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppdc/ppdhtml.cxx b/ppdc/ppdhtml.cxx
index 506e66166..75636a944 100644
--- a/ppdc/ppdhtml.cxx
+++ b/ppdc/ppdhtml.cxx
@@ -20,7 +20,7 @@
// Local functions...
//
-static void usage(void);
+static void usage(void) _CUPS_NORETURN;
//