From 5e8e2a1097ac4eb8c6f03d7be2a6cfe7485fb01e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Nov 2005 18:46:38 +0000 Subject: Burelli Luca found my typo! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7870 a1c6a512-1295-4272-9138-f99709370657 --- wps/wpsbuild.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wps/wpsbuild.pl') diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl index 3df22b4148..11856436cc 100755 --- a/wps/wpsbuild.pl +++ b/wps/wpsbuild.pl @@ -145,7 +145,7 @@ while() { #print "LCD: $wps wants $height x $width\n"; #print "LCD: is $rheight x $rwidth\n"; - if(($height <= $rheight) && ($width <= $width)) { + if(($height <= $rheight) && ($width <= $rwidth)) { # # The target model has an LCD that is suitable for this # WPS -- cgit v1.2.3