From f4257ad2e7233d7fbb24135ee35b58b0bd10a1f5 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Mon, 18 Dec 2017 14:13:34 +0100 Subject: foo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- convert-modeswitch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert-modeswitch.pl b/convert-modeswitch.pl index ef28a24..4964b5f 100755 --- a/convert-modeswitch.pl +++ b/convert-modeswitch.pl @@ -48,7 +48,7 @@ sub add_mode { } sub add_modeval { - warn "=== HERE!\n". Dumper(\@_); + warn "=== HERE! ". Dumper(\@_); return unless ($_[1] && $_[1] =~ /^\d+$/); $_[0]->{"Modeval"} = $_[1]; } -- cgit v1.2.3