texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Texinfo/Convert/Converter.pm: fix a typo.


From: Patrice Dumas
Subject: branch master updated: Texinfo/Convert/Converter.pm: fix a typo.
Date: Wed, 03 Jan 2024 15:55:29 -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 0e969e43bf Texinfo/Convert/Converter.pm: fix a typo.
0e969e43bf is described below

commit 0e969e43bf38a880a50e6ff92371ebe2c621ba5e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 3 21:55:17 2024 +0100

    Texinfo/Convert/Converter.pm: fix a typo.
---
 tp/Texinfo/Convert/Converter.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index d444cb4490..cc020aaa8b 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -112,9 +112,10 @@ my %XS_overrides = (
    => "Texinfo::Convert::ConvertXS::reset_converter",
   "Texinfo::Convert::Converter::destroy"
    => "Texinfo::Convert::ConvertXS::destroy",
-);
+
   "Texinfo::Convert::Converter::_XS_get_unclosed_stream"
    => "Texinfo::Convert::ConvertXS::get_unclosed_stream",
+);
 
 sub import {
   if (!$module_loaded) {



reply via email to

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