diff options
author | Franklin Wei <git@fwei.tk> | 2018-07-29 12:05:16 -0400 |
---|---|---|
committer | Franklin Wei <git@fwei.tk> | 2018-07-29 12:05:16 -0400 |
commit | e9bdb4b0281ad9b4a58526f212f1cbbecb49e91a (patch) | |
tree | 1f7186a1452285c475129be6e1c8be3254799aca | |
parent | d8bd356e565f5d1be946462616e8bb1e858fb833 (diff) | |
download | rockbox-e9bdb4b.tar.gz rockbox-e9bdb4b.zip |
Fix syntax error in builds.pm
This should fix the build system.
Change-Id: I7af7628083cf20aa85278dfa3fee70a0ccb2dcc3
-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 e002bfca7b..5f7e2c5f58 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -417,7 +417,7 @@ $releasenotes="/wiki/ReleaseNotes314"; 'agptekrocker' => { name => 'Agptek Rocker', status => 2 - } + }, 'xduoox3' => { name => 'xDuoo X3', status => 2, |