diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-30 17:58:16 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-30 17:58:57 +0100 |
commit | 3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2 (patch) | |
tree | 3f9ef5869f6be2a6c38bf36860da4892bdb88607 /source4/heimdal | |
parent | 334c6e6b78de8529fce0061efd5249f8fe2d256f (diff) | |
download | samba-3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2.tar.gz samba-3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2.tar.xz 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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/roken/getarg.c b/source4/heimdal/lib/roken/getarg.c index 3884fa83d65..7679d7f7f89 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 |