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
commit33e9a590e33421fd62cf05a82caef9e086bae266 (patch)
treec83d2f803b1a53e3fe993be29e5b5b0472cc68f9
parentdc64c5800c75453e724feea08b2c2f8f96f080aa (diff)
downloadnautilus-gnome-core-1-0.tar.gz
Warning fixes throughout.
-rw-r--r--components/help/converters/gnome-man2html2/gnome-man2html.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/help/converters/gnome-man2html2/gnome-man2html.c b/components/help/converters/gnome-man2html2/gnome-man2html.c
index 3a116f41c..f3aa97dc8 100644
--- a/components/help/converters/gnome-man2html2/gnome-man2html.c
+++ b/components/help/converters/gnome-man2html2/gnome-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;
}