From 20633daa19c949f3848e5bc049adec8cd516120b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 11:30:59 +1200 Subject: Explicit returns --- urxvt/ext/selection | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urxvt/ext') 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 (); } -- cgit v1.2.3