Fix comment to reflext the base64DecodeExt change

This commit is contained in:
ivanr 2011-04-25 19:19:21 +00:00
parent 808a7bbc12
commit 352514f7d8

View File

@ -47,7 +47,7 @@
#define S_ISUID 04000
#endif /* defined(WIN32 || NETWARE) */
/* Base64 tables used in decodeBase64Ext */
/* Base64 tables used in base64DecodeExt */
static const char b64_pad = '=';
static const short b64_reverse_t[256] = {