Skip to content
Snippets Groups Projects
Commit 565b6a81 authored by deuce's avatar deuce
Browse files

Missing comma in last commit

parent ac6988d9
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
static const char * base64alphabet = static const char * base64alphabet =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
int b64_decode(char *target, size_t tlen, const char *source size_t slen) int b64_decode(char *target, size_t tlen, const char *source, size_t slen)
{ {
const char *inp; const char *inp;
char *outp; char *outp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment