Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit d62f9c9

Browse files
committed
Fix typo
1 parent 5ca0ba2 commit d62f9c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AsyncTCP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <list>
3636
#if ASYNC_TCP_SSL_ENABLED
3737
#include <ssl_client.h>
38-
#include "AsyncTCP_TLS_Context.h""
38+
#include "AsyncTCP_TLS_Context.h"
3939
#endif
4040

4141
extern "C" {

0 commit comments

Comments
 (0)