diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-10 09:18:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-10 09:18:52 +0000 |
commit | 89769e394468180e44d7d1c644ddf597a5799e3f (patch) | |
tree | efff44002b5c2d3caa588320e8fd25c0ee302f2b /protocols | |
parent | 6be5eac8803c2c00797f1f9b43ecd184c091206b (diff) |
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Skype/src/skype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 8ddc5d225c..5f57535810 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -64,7 +64,7 @@ #define CMI_AUTH_REQUEST 2
#define CMI_AUTH_GRANT 3
-#define CMI_TEMS_COUNT 3
+#define CMI_TEMS_COUNT 4
#define SMI_CHAT_INVITE 1
|