From de0a1a3ab334e785f14cfe87672cba922a8273a5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 11:32:26 +1200 Subject: Add explicit arg to return --- urxvt/ext/selection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urxvt') diff --git a/urxvt/ext/selection b/urxvt/ext/selection index 32d2f9df..bb61eb56 100644 --- a/urxvt/ext/selection +++ b/urxvt/ext/selection @@ -32,7 +32,7 @@ sub on_sel_extend { my ( $self, $time ) = @_; $self->{enabled} - or return; + or return (); my ( $row, $col ) = $self->selection_mark; my $line = $self->line($row); -- cgit v1.2.3