diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-08 12:45:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-08 12:45:13 +0000 |
commit | 8ea4a95a5ae84530807ef84f20848567f75ed596 (patch) | |
tree | 26b0cdc926f8d4d5960ded417c2323854bb709ed /argp | |
parent | 3121cc0437913ae426bcb18d99ca304e2903d173 (diff) | |
download | glibc-8ea4a95a5ae84530807ef84f20848567f75ed596.tar.gz glibc-8ea4a95a5ae84530807ef84f20848567f75ed596.tar.xz glibc-8ea4a95a5ae84530807ef84f20848567f75ed596.zip |
Update.
1998-09-08 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/setrlimit64.c: Remove stub warning.
Diffstat (limited to 'argp')
-rw-r--r-- | argp/argp-help.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/argp/argp-help.c b/argp/argp-help.c index b0f8d69b07..8fe3b2e584 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -858,16 +858,16 @@ hol_append (struct hol *hol, struct hol *more) } } } - } - *so = '\0'; + *so = '\0'; - free (hol->entries); - free (hol->short_options); + free (hol->entries); + free (hol->short_options); - hol->entries = entries; - hol->num_entries = num_entries; - hol->short_options = short_options; + hol->entries = entries; + hol->num_entries = num_entries; + hol->short_options = short_options; + } } hol_free (more); |