summaryrefslogtreecommitdiff
path: root/apps/plugins/xworld/sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xworld/sys.c')
-rw-r--r--apps/plugins/xworld/sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xworld/sys.c b/apps/plugins/xworld/sys.c
index ece9d87b66..e20322258d 100644
--- a/apps/plugins/xworld/sys.c
+++ b/apps/plugins/xworld/sys.c
@@ -286,7 +286,7 @@ static void do_sound_settings(struct System* sys)
286 case 2: 286 case 2:
287 { 287 {
288 const struct settings_list* vol = 288 const struct settings_list* vol =
289 rb->find_setting(&rb->global_settings->volume, NULL); 289 rb->find_setting(&rb->global_settings->volume);
290 rb->option_screen((struct settings_list*)vol, NULL, false, "Volume"); 290 rb->option_screen((struct settings_list*)vol, NULL, false, "Volume");
291 break; 291 break;
292 } 292 }