Skip to content

Commit 9d83d0f

Browse files
committed
Removed some NULL assignments that are not needed anymore.
Signed-off-by: Hans Dijkema <[email protected]>
1 parent 3c1b4e5 commit 9d83d0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/webui.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6108,11 +6108,9 @@ static bool _webui_custom_browser_exist(_webui_window_t* win, size_t browser) {
61086108
}
61096109
else if (browser == Firefox) {
61106110
executables[0] = "firefox";
6111-
executables[1] = NULL;
61126111
}
61136112
else if (browser == Yandex) {
61146113
executables[0] = "yandex-browser";
6115-
executables[1] = NULL;
61166114
}
61176115
else if (browser == Chromium) {
61186116
executables[0] = "chromium-browser";

0 commit comments

Comments
 (0)