aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext/selection
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt/ext/selection')
-rw-r--r--urxvt/ext/selection4
1 files changed, 2 insertions, 2 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index 1fdcc575..43b72e89 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -24,7 +24,7 @@ sub on_init {
$self->{enabled} = 1;
- ()
+ return ();
}
sub on_sel_extend {
@@ -70,5 +70,5 @@ sub on_sel_extend {
return 1;
}
- ()
+ return ();
}