use C comments in C source files

This commit is contained in:
libretroadmin 2024-05-23 08:02:27 +02:00
parent 099a98bcd6
commit fc022d780d

View File

@ -486,7 +486,7 @@ static int filebrowser_parse(
#ifdef IOS #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(); struct string_list *str_list = string_list_new();
dir_list_append(str_list, "/private/var", NULL, true, false, false, false); dir_list_append(str_list, "/private/var", NULL, true, false, false, false);
if (str_list->size <= 0) if (str_list->size <= 0)