summaryrefslogtreecommitdiffstats
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>) {
#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