From b86a1d4056ba66b98db67b9c8c68bfcc3cd8476b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 May 2003 21:42:34 +0000 Subject: typo fix --- perl-install/printer/gimp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printer/gimp.pm') diff --git a/perl-install/printer/gimp.pm b/perl-install/printer/gimp.pm index 91707a60e..079563ed7 100644 --- a/perl-install/printer/gimp.pm +++ b/perl-install/printer/gimp.pm @@ -284,7 +284,7 @@ sub addprinter { sub pop_spaces { my @lines = @_; - pop @lines while @lines $lines[-1] !~ /\S/; + pop @lines while @lines and $lines[-1] !~ /\S/; } sub removeentry { -- cgit v1.2.1