From 3503243d14aabccf09337dfd6b0133513d14d846 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Thu, 28 Jun 2018 04:23:35 +0100 Subject: [PATCH] dthelp: Change to ANSI function definitions --- cde/programs/dthelp/parser/canon1/helptag/special.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cde/programs/dthelp/parser/canon1/helptag/special.c b/cde/programs/dthelp/parser/canon1/helptag/special.c index a3b6cb82..714311e6 100644 --- a/cde/programs/dthelp/parser/canon1/helptag/special.c +++ b/cde/programs/dthelp/parser/canon1/helptag/special.c @@ -138,9 +138,8 @@ struct { #define NO8BITCHARS 256 int invert[NO8BITCHARS], emptycell; -main(argc, argv) -int argc; -char *argv[]; +int +main(int argc, char *argv[]) { int i, both = FALSE, spec = FALSE, coll = FALSE, error = FALSE ; -- 2.25.1