summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-12-15 18:54:29 +0000
committerJens Arnold <amiconn@rockbox.org>2004-12-15 18:54:29 +0000
commit2a461eb30c12b956bc50529e94dd29159c633731 (patch)
tree72d1497b0f2d958f92c81132bf266789c0b16466 /apps
parente232b0868181e6129e9cc0fdba772abd80e95228 (diff)
downloadrockbox-2a461eb30c12b956bc50529e94dd29159c633731.tar.gz
rockbox-2a461eb30c12b956bc50529e94dd29159c633731.zip
Fixed type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5484 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/bounce.c2
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[]={
180 {"xadd", 1}, 180 {"xadd", 1},
181 {"yadd", 1}, 181 {"yadd", 1},
182 {"xdist", -4}, 182 {"xdist", -4},
183 {"ydistt", -6}, 183 {"ydist", -6},
184}; 184};
185 185
186#ifdef HAVE_RTC 186#ifdef HAVE_RTC