From 4f659b6581981d632d3c9afa1c6eb19f79f6cb24 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 18 Aug 2003 21:19:32 +0000 Subject: [PATCH] Fixed warning, main returns int (ANSI-C). --- src/makeBaseApp/top/exampleApp/src/caExample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeBaseApp/top/exampleApp/src/caExample.c b/src/makeBaseApp/top/exampleApp/src/caExample.c index 04e57197e..1872758d9 100644 --- a/src/makeBaseApp/top/exampleApp/src/caExample.c +++ b/src/makeBaseApp/top/exampleApp/src/caExample.c @@ -6,7 +6,7 @@ #include "cadef.h" -main(int argc,char **argv) +int main(int argc,char **argv) { double data; chid mychid;