summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 17:58:16 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 17:58:57 +0100
commit3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2 (patch)
tree3f9ef5869f6be2a6c38bf36860da4892bdb88607 /source4/heimdal
parent334c6e6b78de8529fce0061efd5249f8fe2d256f (diff)
downloadsamba-3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2.tar.gz
samba-3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2.tar.bz2
samba-3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2.zip
heimdal:roken: arg_printusage() should not try to return a value.
This should fix problems with the IRIX build. metze
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/roken/getarg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/getarg.c b/source4/heimdal/lib/roken/getarg.c
index 3884fa83d6..7679d7f7f8 100644
--- a/source4/heimdal/lib/roken/getarg.c
+++ b/source4/heimdal/lib/roken/getarg.c
@@ -216,8 +216,8 @@ arg_printusage (struct getargs *args,
const char *progname,
const char *extra_string)
{
- return arg_printusage_i18n(args, num_args, "Usage",
- progname, extra_string, builtin_i18n);
+ arg_printusage_i18n(args, num_args, "Usage",
+ progname, extra_string, builtin_i18n);
}
void ROKEN_LIB_FUNCTION