Skip to content

Commit 1456940

Browse files
authored
Fix typo (_webui_print_ascii)
1 parent adf6ff8 commit 1456940

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
@@ -666,7 +666,7 @@ static bool _webui_check_certificate(const char* certificate_pem, const char* pr
666666
#endif
667667
#ifdef WEBUI_LOG
668668
static void _webui_print_hex(const char* data, size_t len);
669-
static void (const char* data, size_t len);
669+
static void _webui_print_ascii(const char* data, size_t len);
670670
static int _webui_http_log(const struct mg_connection* client, const char* message);
671671
#endif
672672
static WEBUI_THREAD_SERVER_START;

0 commit comments

Comments
 (0)