From 8cc3266b2a172a51dc12d05e8e1a06485b895e48 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 22 Sep 2023 09:57:48 -0400 Subject: Settings: Rename INT/BOOL setting type enum to RB_INT/RB_BOOL ....Because INT and BOOL are already defined in mingw32. Change-Id: I28ab8189c00002c8f68bc9d0c23d2ae78d9e33d0 --- apps/plugins/lastfm_scrobbler_viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lastfm_scrobbler_viewer.c') 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, {"Exclude Any", -1}, {"Include", -1}, {"Include Case Sensitive", -1}, {"Include Any", -1} }; - if (rb->set_option("Find Type", &option, INT, + if (rb->set_option("Find Type", &option, RB_INT, find_types, 6, NULL)) { return 0; -- cgit v1.2.3