1
0
Fork 0
forked from len0rd/rockbox

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:
Daniel Stenberg 2005-11-14 18:46:38 +00:00
parent ea29ad4fbf
commit 5e8e2a1097

View file

@ -145,7 +145,7 @@ while(<WPS>) {
#print "LCD: $wps wants $height x $width\n"; #print "LCD: $wps wants $height x $width\n";
#print "LCD: is $rheight x $rwidth\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 # The target model has an LCD that is suitable for this
# WPS # WPS