summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-07-15 15:39:52 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-07-15 15:40:26 -0400
commitec31a2b4ad030dc2ab2a627484dce894a6d4e656 (patch)
tree90ecd6226f16f3198512740e4cc47c80463a0f32
parent1d72d9cf28725de63461fcb3849bfdc9e9124e40 (diff)
downloadrockbox-ec31a2b4ad030dc2ab2a627484dce894a6d4e656.tar.gz
rockbox-ec31a2b4ad030dc2ab2a627484dce894a6d4e656.zip
Fix builds.pm syntax error (1d72d9cf)
Change-Id: I7c7e8e7de16157ecc6535a8b461c12430bd376fb
-rw-r--r--tools/builds.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index 8f00c0d416..615fed826b 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -457,7 +457,7 @@ $releasenotes="/wiki/ReleaseNotes315";
457 status => 2, 457 status => 2,
458 }, 458 },
459 'shanlingq1' => { 459 'shanlingq1' => {
460 name => 'Shanling Q1' 460 name => 'Shanling Q1',
461 status => 2, 461 status => 2,
462 }, 462 },
463); 463);