From a6db826982ce16488d8a7903157381adb8cef326 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Nov 2010 21:58:19 +0000 Subject: 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 --- tools/builds.pm | 6 +++--- 1 file 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', -- cgit v1.2.3