summaryrefslogtreecommitdiff
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
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
-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