diff options
Diffstat (limited to 'protocols/Skype/src/base64/base64.h')
-rw-r--r-- | protocols/Skype/src/base64/base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/base64/base64.h b/protocols/Skype/src/base64/base64.h index 9406df7a8f..c81ef778fc 100644 --- a/protocols/Skype/src/base64/base64.h +++ b/protocols/Skype/src/base64/base64.h @@ -4,7 +4,7 @@ class Base64 {
private:
static char CharBase64[];
- static int IndexBase64[];
+ static int IndexBase64[];
public:
static ULONG Encode(const char *inputString, char *outputBuffer, SIZE_T nMaxLength);
|