Skip to content

Commit 55e38e8

Browse files
authored
Merge pull request #332 from webui-dev/neroist-patch-1
fix issue #315 - typo in debug logs
2 parents 2a5f0c9 + bb055f8 commit 55e38e8

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
@@ -7068,7 +7068,7 @@ static WEBUI_THREAD_SERVER_START {
70687068
// win->process_id = 0;
70697069

70707070
#ifdef WEBUI_LOG
7071-
printf("[Core]\t\t_webui_server_thread([%zu]) -> Server stoped.\n", win->window_number);
7071+
printf("[Core]\t\t_webui_server_thread([%zu]) -> Server stopped.\n", win->window_number);
70727072
#endif
70737073

70747074
// Let the main wait() know that

0 commit comments

Comments
 (0)