diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-28 19:22:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-28 19:22:16 +0000 |
commit | f769a165fd3bb4f68d8cdee160ebd8f003fcc0e1 (patch) | |
tree | a5381ee6f67fb5ec230e7fa797fad13fe146703c /protocols/Skype/src/base64/base64.h | |
parent | 732783eb0ab6e5528ace0f3ef3caafc3096bb237 (diff) |
aes changes revert
git-svn-id: http://svn.miranda-ng.org/main/trunk@4561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|