mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
use C comments in C source files
This commit is contained in:
parent
099a98bcd6
commit
fc022d780d
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user