From 352e86fd3d4afab9adb6c340d236f501f3d91560 Mon Sep 17 00:00:00 2001
From: b <rowerynaksiezycu@gmail.com>
Date: Mon, 25 Mar 2024 16:12:24 +0000
Subject: [PATCH] remove OTHER redundant dot from output (why didn't I notice
 it the first time? embarrassing)

---
 configure.1.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.1.pl b/configure.1.pl
index f79860c..d55e209 100755
--- a/configure.1.pl
+++ b/configure.1.pl
@@ -1186,7 +1186,7 @@ sub parse_file {
 sub convert_file {
 	(my $in, my $out, my $encoding) = @_;
 	
-	print_verbose(0, 0, "$in. -> $out");
+	print_verbose(0, 0, "$in -> $out");
 	
 	my $ref_in = ref($in);
 	my $ref_out = ref($out);
-- 
2.30.2