summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwps/wpsbuild.pl2
1 files changed, 1 insertions, 1 deletions
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(<WPS>) {
145 #print "LCD: $wps wants $height x $width\n"; 145 #print "LCD: $wps wants $height x $width\n";
146 #print "LCD: is $rheight x $rwidth\n"; 146 #print "LCD: is $rheight x $rwidth\n";
147 147
148 if(($height <= $rheight) && ($width <= $width)) { 148 if(($height <= $rheight) && ($width <= $rwidth)) {
149 # 149 #
150 # The target model has an LCD that is suitable for this 150 # The target model has an LCD that is suitable for this
151 # WPS 151 # WPS