This commit is contained in:
Joe DF 2014-09-22 01:11:08 -04:00
parent 09f6bf3156
commit 083a81bae2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ unsigned int b64_decode(const unsigned char* in, unsigned int in_len, unsigned i
//Base64 char table - used internally for encoding
unsigned char b64_chr[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
//Base64 char table functions - used internally for decoding
//Base64 char table function - used internally for decoding
unsigned int b64_int(unsigned int ch) {
// ASCII to base64_int