summaryrefslogtreecommitdiff
path: root/apps/plugins/lastfm_scrobbler_viewer.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2023-09-22 09:57:48 -0400
committerSolomon Peachy <pizza@shaftnet.org>2023-09-22 10:00:46 -0400
commit8cc3266b2a172a51dc12d05e8e1a06485b895e48 (patch)
treef45e7c9e273037d2f4ea0c72b740c4241458eeb2 /apps/plugins/lastfm_scrobbler_viewer.c
parentcb3a6877fcbb001a8ee9afd3e4a25579ac40f805 (diff)
downloadrockbox-8cc3266b2a172a51dc12d05e8e1a06485b895e48.tar.gz
rockbox-8cc3266b2a172a51dc12d05e8e1a06485b895e48.zip
Settings: Rename INT/BOOL setting type enum to RB_INT/RB_BOOL
....Because INT and BOOL are already defined in mingw32. Change-Id: I28ab8189c00002c8f68bc9d0c23d2ae78d9e33d0
Diffstat (limited to 'apps/plugins/lastfm_scrobbler_viewer.c')
-rw-r--r--apps/plugins/lastfm_scrobbler_viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lastfm_scrobbler_viewer.c b/apps/plugins/lastfm_scrobbler_viewer.c
index c8b125c293..c35ba64918 100644
--- a/apps/plugins/lastfm_scrobbler_viewer.c
+++ b/apps/plugins/lastfm_scrobbler_viewer.c
@@ -478,7 +478,7 @@ static int filter_items(struct printcell_data_t *pc_data,
478 {"Exclude Any", -1}, {"Include", -1}, 478 {"Exclude Any", -1}, {"Include", -1},
479 {"Include Case Sensitive", -1}, {"Include Any", -1} 479 {"Include Case Sensitive", -1}, {"Include Any", -1}
480 }; 480 };
481 if (rb->set_option("Find Type", &option, INT, 481 if (rb->set_option("Find Type", &option, RB_INT,
482 find_types, 6, NULL)) 482 find_types, 6, NULL))
483 { 483 {
484 return 0; 484 return 0;