Skip to content

Commit fc022d7

Browse files
committed
use C comments in C source files
1 parent 099a98b commit fc022d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/menu_displaylist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ static int filebrowser_parse(
486486

487487
#ifdef IOS
488488
{
489-
// check if we're allowed to escape our sandbox
489+
/* Check if we're allowed to escape our sandbox */
490490
struct string_list *str_list = string_list_new();
491491
dir_list_append(str_list, "/private/var", NULL, true, false, false, false);
492492
if (str_list->size <= 0)

0 commit comments

Comments
 (0)