From 8ea4a95a5ae84530807ef84f20848567f75ed596 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 8 Sep 1998 12:45:13 +0000 Subject: Update. 1998-09-08 Ulrich Drepper * sysdeps/generic/setrlimit64.c: Remove stub warning. --- argp/argp-help.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'argp/argp-help.c') 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); -- cgit v1.2.3