Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Feb 20, 2025
1 parent 7dbc9e4 commit 27975c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksf/misc/ksCertUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#else
#define ksCertUtilsNetCLientSecure_t WiFiClientSecure
#endif
class ksCertUtilsNetCLientSecure_t
class ksCertUtilsNetCLientSecure_t;
#elif (defined(ESP8266))
namespace BearSSL{class WiFiClientSecure;}
#define ksCertUtilsNetCLientSecure_t BearSSL::WiFiClientSecure
Expand Down

0 comments on commit 27975c9

Please sign in to comment.