summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-08-23 18:07:56 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-08-23 18:07:56 +0000
commit2e11f393ecd4391736d100284954fb40b9f3dba0 (patch)
treec9b27c20d0e95caa7d0c7d3569b734e58289df24
parent8287bd8bd5aa75b20436872564b83388152fa790 (diff)
downloadyelp-gnome-core-1-0.tar.gz
Warning fixes throughout.
-rw-r--r--src/man2html/yelp-man2html.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/man2html/yelp-man2html.c b/src/man2html/yelp-man2html.c
index 3a116f41..f3aa97dc 100644
--- a/src/man2html/yelp-man2html.c
+++ b/src/man2html/yelp-man2html.c
@@ -3621,7 +3621,7 @@ static char
return ret;
}
-void
+int
main(int argc, char **argv)
{
char *t=NULL;
@@ -3718,4 +3718,6 @@ main(int argc, char **argv)
if (buf)
free(buf);
+
+ return 0;
}