diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-05-24 15:38:46 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-05-24 15:38:46 +0000 |
| commit | ecf86f03f72d91107f15342d51d2e1248040c82b (patch) | |
| tree | aae71bfc1f576243ea94490db9cb74e07f89932e | |
| parent | 9e9f58f5c62aad25ef1c7d612184852e7d10d445 (diff) | |
| download | rockbox-ecf86f03f72d91107f15342d51d2e1248040c82b.zip rockbox-ecf86f03f72d91107f15342d51d2e1248040c82b.tar.gz rockbox-ecf86f03f72d91107f15342d51d2e1248040c82b.tar.bz2 rockbox-ecf86f03f72d91107f15342d51d2e1248040c82b.tar.xz | |
Blind fix for gmini build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6523 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/app.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds index 9870890..9076ab9 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -91,7 +91,7 @@ _idatastart = ADDR(.idata); /* FIXME: Where to put audio buffer? */ _audiobuffer = 0; -_audioend = 0; +_audiobufend = 0; /* Plugins are not supported on the Gmini*/ |