Skip to content

Commit cd33bc2

Browse files
authored
Trigger
1 parent 4bf9826 commit cd33bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/httpserver_extension.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct HttpServerState {
3838

3939
static HttpServerState global_state;
4040

41-
// New: Base64 decoding function
41+
// Base64 decoding function
4242
std::string base64_decode(const std::string &in) {
4343
std::string out;
4444
std::vector<int> T(256, -1);

0 commit comments

Comments
 (0)