summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-08-31 12:46:10 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2024-09-04 10:58:24 -0400
commit34e54b33f790858998de6f224458b93e54424ed9 (patch)
tree55fd8adf5319285dfbb4620c0c2098e0ed502183 /apps/onplay.c
parent87e9ca2d3a378fb55fd84e3e541e8548c21df846 (diff)
downloadrockbox-34e54b33f790858998de6f224458b93e54424ed9.tar.gz
rockbox-34e54b33f790858998de6f224458b93e54424ed9.zip
codestyle changes on g5911
Change-Id: I8e3b172686fe78d52a8b407193479d3af36ee536
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 045af275bc..ab507f08ac 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1294,7 +1294,8 @@ int onplay(char* file, int attr, int from_context, bool hotkey, int customaction
1294#else 1294#else
1295 (void)hotkey; 1295 (void)hotkey;
1296#endif 1296#endif
1297 if (customaction == ONPLAY_CUSTOMACTION_SHUFFLE_SONGS) { 1297 if (customaction == ONPLAY_CUSTOMACTION_SHUFFLE_SONGS)
1298 {
1298 int returnCode = add_to_playlist(&addtopl_replace_shuffled); 1299 int returnCode = add_to_playlist(&addtopl_replace_shuffled);
1299 if (returnCode == 1) 1300 if (returnCode == 1)
1300 // User did not want to erase his current playlist, so let's show again the database main menu 1301 // User did not want to erase his current playlist, so let's show again the database main menu