texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tp/init/chm.pm: fix missing parenthese.


From: Patrice Dumas
Subject: branch master updated: tp/init/chm.pm: fix missing parenthese.
Date: Wed, 08 Mar 2023 04:36:32 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 406156f52f tp/init/chm.pm: fix missing parenthese.
406156f52f is described below

commit 406156f52f97f39dd4b7558070010944ea444e5d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Mar 8 10:35:46 2023 +0100

    tp/init/chm.pm: fix missing parenthese.
---
 tp/init/chm.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/init/chm.pm b/tp/init/chm.pm
index 3ab95c9346..2f1ef1b939 100644
--- a/tp/init/chm.pm
+++ b/tp/init/chm.pm
@@ -247,7 +247,7 @@ sub chm_init($)
   my ($index_entries, $index_entries_sort_strings)
        = Texinfo::Structuring::sort_indices($self, $self,
                              $self->get_info('index_entries'),
-                             $self->get_info('indices_information');
+                             $self->get_info('indices_information'));
   if ($index_entries) {
     foreach my $index_name (sort(keys(%$index_entries))) {
       foreach my $index_entry_ref (@{$index_entries->{$index_name}}) {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]