summaryrefslogtreecommitdiffstats
path: root/wps/wpsbuild.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-14 18:46:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-14 18:46:38 +0000
commit5e8e2a1097ac4eb8c6f03d7be2a6cfe7485fb01e (patch)
treefd77599af54183335c26a1e80517173d9aae3173 /wps/wpsbuild.pl
parentea29ad4fbf2787787e026775d652e3756fbff84d (diff)
downloadrockbox-5e8e2a1097ac4eb8c6f03d7be2a6cfe7485fb01e.tar.gz
rockbox-5e8e2a1097ac4eb8c6f03d7be2a6cfe7485fb01e.zip
Burelli Luca found my typo!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7870 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'wps/wpsbuild.pl')
-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