diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-27 21:17:48 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-28 01:18:14 +0000 |
commit | e1681345ccf4d4790a00b50bf7fd064fb3ad1e37 (patch) | |
tree | 130f4a42b76d66ea7f8e10e0c894ba4027090d1f | |
parent | fbe557d4324c2bec2a990e9f07732d8bbb448261 (diff) | |
download | rockbox-e168134.tar.gz rockbox-e168134.zip |
fix the red in be04c4b
Change-Id: I569561e5199c71a814b7f8118d63063f13958831
-rw-r--r-- | apps/plugins/announce_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/announce_status.c b/apps/plugins/announce_status.c index e46899f8cd..a1e9f430a8 100644 --- a/apps/plugins/announce_status.c +++ b/apps/plugins/announce_status.c @@ -536,7 +536,7 @@ int plugin_main(const void* parameter) settings = true; break; } - sleep(HZ / 5); + rb->sleep(HZ / 5); } } |