diff options
author | Björn Stenberg <bjorn@haxx.se> | 2012-04-20 15:23:49 +0200 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2012-04-20 15:23:49 +0200 |
commit | 2315a23c04ec03bbe4496dd079bb68a450658cf7 (patch) | |
tree | 2f564cac0105a238e6ba136caffbf282317c34a6 /tools | |
parent | 0e190676246e4cd4319c4f32b0475b22fa080628 (diff) |
Missed a comma.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builds.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 04323f0c3b..a445931fc3 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -204,7 +204,7 @@ $releasenotes="/wiki/ReleaseNotes3112"; 'rk27generic' => { name => 'Rockchip rk27xx', status => 1, - } + }, 'samsungyh820' => { name => 'Samsung YH-820', status => 2, |