Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
malisipi committed Sep 23, 2023
1 parent e7a725f commit af2e2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui.c
Original file line number Diff line number Diff line change
Expand Up @@ -3962,7 +3962,7 @@ static bool _webui_browser_start_epiphany(_webui_window_t* win, const char* addr
printf("[Core]\t\t_webui_browser_start_epiphany([%s])...\n", address);
#endif

// -- The Chromium Projects -------------------
// -- Epiphany Browser -------------------

if (win->current_browser != 0 && win->current_browser != Epiphany)
return false;
Expand All @@ -3974,7 +3974,7 @@ static bool _webui_browser_start_epiphany(_webui_window_t* win, const char* addr
return false;

char arg[1024] = {0};
_webui_get_browser_args(win, Epiphany, arg, sizeof(arg)); /////?
_webui_get_browser_args(win, Epiphany, arg, sizeof(arg));

char full[1024] = {0};
sprintf(full, "%s%s %s", win->browser_path, arg, address);
Expand Down

0 comments on commit af2e2a6

Please sign in to comment.