From fc022d780db0495ac45be4579408bb70a1a44088 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Thu, 23 May 2024 08:02:27 +0200 Subject: [PATCH] use C comments in C source files --- menu/menu_displaylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index e2fac7b8f1..8f006cad5b 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -486,7 +486,7 @@ static int filebrowser_parse( #ifdef IOS { - // check if we're allowed to escape our sandbox + /* Check if we're allowed to escape our sandbox */ struct string_list *str_list = string_list_new(); dir_list_append(str_list, "/private/var", NULL, true, false, false, false); if (str_list->size <= 0)