diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-18 06:59:18 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-18 06:59:18 +0000 |
commit | 3ba3e2cc4b63fa16707f51e735e751e62dd9526e (patch) | |
tree | 2d073c94248fff7dcaa8a3b1356933e1dcd784db /contrib/global/gozilla/remote.c | |
parent | 0823b5bf088ea8520ea23a0c424e4ecab62491d5 (diff) |
Notes
Diffstat (limited to 'contrib/global/gozilla/remote.c')
-rw-r--r-- | contrib/global/gozilla/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/global/gozilla/remote.c b/contrib/global/gozilla/remote.c index d2e6a3417ce8..ebc08d7ca109 100644 --- a/contrib/global/gozilla/remote.c +++ b/contrib/global/gozilla/remote.c @@ -586,7 +586,7 @@ usage (void) int netscape_remote(int argc, char **argv) #else -void +int main (int argc, char **argv) #endif { |