mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 11:32:41 -05:00
code cleanup encase ;; in brackets {;;}
Change-Id: I253e19695709b4184ceb4a0748300f7c68437c1c
This commit is contained in:
parent
da97524252
commit
aad15d5cd7
3 changed files with 4 additions and 4 deletions
|
|
@ -245,7 +245,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
#endif
|
||||
rb->button_clear_queue();
|
||||
while(rb->button_get(true) <= BUTTON_NONE)
|
||||
;;
|
||||
{;;}
|
||||
|
||||
rb->button_get(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue