diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-11-02 21:58:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-11-02 21:58:19 +0000 |
commit | a6db826982ce16488d8a7903157381adb8cef326 (patch) | |
tree | 0884918b7368357354e9220e2321ee9d65277c5a /tools/builds.pm | |
parent | e68844a7b740dc4946098214976e5aeb7df6a5fa (diff) |
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
Diffstat (limited to 'tools/builds.pm')
-rw-r--r-- | tools/builds.pm | 6 |
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"; name => 'Philips GoGear HDD1630', status => 2, }, - 'gogearhdd6330' = { - name => 'Philips GoGear HDD6330', - status => 1, + 'gogearhdd6330' => { + name => 'Philips GoGear HDD6330', + status => 1, }, 'gogearsa9200' => { name => 'Philips GoGear SA9200', |