aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext/selection
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:32:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:32:26 +1200
commitde0a1a3ab334e785f14cfe87672cba922a8273a5 (patch)
treecbe402389f5824006a5d0a504bc1fb26d3b99167 /urxvt/ext/selection
parentFix needless interpolation (diff)
downloaddotfiles-de0a1a3ab334e785f14cfe87672cba922a8273a5.tar.gz
dotfiles-de0a1a3ab334e785f14cfe87672cba922a8273a5.zip
Add explicit arg to return
Diffstat (limited to 'urxvt/ext/selection')
-rw-r--r--urxvt/ext/selection2
1 files changed, 1 insertions, 1 deletions
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);