mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Burelli Luca found my typo!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7870 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ea29ad4fbf
commit
5e8e2a1097
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue