summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2023-10-05 22:33:01 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2023-10-05 22:33:01 -0400
commitf3baff762ae3e354c5e7a6c361f1f21190a1ab1a (patch)
tree177cd2c136447d4363cce42d4a234970f8e76df3
parentf671c3339e753bf2a03099b749772129580ba81d (diff)
downloadrockbox-f3baff762ae3e354c5e7a6c361f1f21190a1ab1a.tar.gz
rockbox-f3baff762ae3e354c5e7a6c361f1f21190a1ab1a.zip
[FixRed] db_commit add rb-> to plugin function
Change-Id: I9c47142c0075df47149805ec87effc6ee0b94a24
-rw-r--r--apps/plugins/tagcache/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/tagcache/tagcache.c b/apps/plugins/tagcache/tagcache.c
index f86c10d3dd..55ca2e2695 100644
--- a/apps/plugins/tagcache/tagcache.c
+++ b/apps/plugins/tagcache/tagcache.c
@@ -545,7 +545,7 @@ static void thread(void)
545 short x, y; 545 short x, y;
546 static int prev_y; 546 static int prev_y;
547 547
548 action = action_get_touchscreen_press(&x, &y); 548 action = rb->action_get_touchscreen_press(&x, &y);
549 549
550 if(action & BUTTON_REL) 550 if(action & BUTTON_REL)
551 prev_y = 0; 551 prev_y = 0;