summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-11-02 21:58:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-11-02 21:58:19 +0000
commita6db826982ce16488d8a7903157381adb8cef326 (patch)
tree0884918b7368357354e9220e2321ee9d65277c5a
parente68844a7b740dc4946098214976e5aeb7df6a5fa (diff)
downloadrockbox-a6db826982ce16488d8a7903157381adb8cef326.tar.gz
rockbox-a6db826982ce16488d8a7903157381adb8cef326.zip
fix: correct the perl syntax error
and I indented the lines like the others while at it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28461 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/builds.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index 69064bcf05..184ed9cc99 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -57,9 +57,9 @@ $releasenotes="/wiki/ReleaseNotes37";
57 name => 'Philips GoGear HDD1630', 57 name => 'Philips GoGear HDD1630',
58 status => 2, 58 status => 2,
59 }, 59 },
60 'gogearhdd6330' = { 60 'gogearhdd6330' => {
61 name => 'Philips GoGear HDD6330', 61 name => 'Philips GoGear HDD6330',
62 status => 1, 62 status => 1,
63 }, 63 },
64 'gogearsa9200' => { 64 'gogearsa9200' => {
65 name => 'Philips GoGear SA9200', 65 name => 'Philips GoGear SA9200',