summaryrefslogtreecommitdiff
path: root/wps/wpsbuild.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-26 14:20:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-26 14:20:31 +0000
commit9e62b1afe4fcd7b957323bdc996c5d422fea6047 (patch)
treebea97d173b10709423ad81aca2fa3af139a41444 /wps/wpsbuild.pl
parent24f4a2a8cfd561657ce25ebf93470716f07397fe (diff)
downloadrockbox-9e62b1afe4fcd7b957323bdc996c5d422fea6047.tar.gz
rockbox-9e62b1afe4fcd7b957323bdc996c5d422fea6047.zip
hush the "skips due to size restraints" text as you normally don't care
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11352 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 4f92b876ac..dd8c91d0fb 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -277,7 +277,7 @@ while(<WPS>) {
277 } 277 }
278 else { 278 else {
279 #print "(${wps_prefix}-${rwidth}x${rheight}x$rdepth) "; 279 #print "(${wps_prefix}-${rwidth}x${rheight}x$rdepth) ";
280 print "Skip $wps due to size restraints\n"; 280 #print "Skip $wps due to size restraints\n";
281 } 281 }
282 $within = 0; 282 $within = 0;
283 } 283 }