summaryrefslogtreecommitdiff
path: root/wps
diff options
context:
space:
mode:
Diffstat (limited to 'wps')
-rwxr-xr-xwps/wpsbuild.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl
index 7378f30b32..7cc5367381 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -439,7 +439,7 @@ while(<WPS>) {
439 last if (-e "$wpsdir/$req_g_wps"); 439 last if (-e "$wpsdir/$req_g_wps");
440 } 440 }
441 } 441 }
442 $req_t_wps = $wps_prefix . $req_t . ".wps"; 442 $req_t_wps = $wps_prefix . ".txt" . ".wps";
443 443
444 #print "LCD: $wps wants $width x $height\n"; 444 #print "LCD: $wps wants $width x $height\n";
445 #print "LCD: is $rwidth x $rheight\n"; 445 #print "LCD: is $rwidth x $rheight\n";