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

Missing comma in last commit

parent ac6988d9
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@
static const char * base64alphabet =
"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;
char *outp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment