From 6dd2d8a32570f248eb3df0048e848bac49136c6f Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 30 Aug 2012 20:22:04 -0600 Subject: [PATCH] dthelp: fix build failure introduced by commit 71f8af6943b9f0ea6d290c1497bf1b3a78be18c0 Tsk Tsk Peter :) --- cde/programs/dthelp/parser/canon1/parser/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dthelp/parser/canon1/parser/proto.h b/cde/programs/dthelp/parser/canon1/parser/proto.h index b33f650b..85b1502b 100644 --- a/cde/programs/dthelp/parser/canon1/parser/proto.h +++ b/cde/programs/dthelp/parser/canon1/parser/proto.h @@ -454,7 +454,7 @@ LOGICAL m_lookent( #endif ) ; -void main( +int main( #if defined(M_PROTO) int argc, char **argv #endif -- 2.25.1