diff options
author | Jens Arnold <amiconn@rockbox.org> | 2004-12-15 18:54:29 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2004-12-15 18:54:29 +0000 |
commit | 2a461eb30c12b956bc50529e94dd29159c633731 (patch) | |
tree | 72d1497b0f2d958f92c81132bf266789c0b16466 /apps/plugins | |
parent | e232b0868181e6129e9cc0fdba772abd80e95228 (diff) |
Fixed type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5484 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/bounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index 9cf1ccf341..ee89cd19e5 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -180,7 +180,7 @@ struct counter values[]={ {"xadd", 1}, {"yadd", 1}, {"xdist", -4}, - {"ydistt", -6}, + {"ydist", -6}, }; #ifdef HAVE_RTC |