Skip to content

Commit 9d3833e

Browse files
authored
Updating code to follow current coding style
1 parent 473c0f7 commit 9d3833e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11840,7 +11840,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) {
1184011840

1184111841
_webui_window_event(
1184211842
win, // Event -> Window
11843-
connection_id, // Event -> Client Unique ID
11843+
0, // Event -> Client Unique ID | This is a WebKitGTK Event, so we don't have any WebSocket client unique ID
1184411844
WEBUI_EVENT_NAVIGATION, // Event -> Type of this event
1184511845
"", // Event -> HTML Element
1184611846
event_num, // Event -> Event Number

0 commit comments

Comments
 (0)