diff options
-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 |