diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-26 21:43:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-26 21:43:18 +0000 |
commit | ed4041f2807d8aadad1e9701675ede59d1d8e417 (patch) | |
tree | ddf1f078bd54fae3d5fb3cc4bd83352fcafb8186 /plugins/AVS/src/image_utils.cpp | |
parent | 5f7220f4ac50fe08f6e604e29b43f072c5756f0c (diff) |
AVS:
- end of horror with the file filter creation;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@10605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/image_utils.cpp')
-rw-r--r-- | plugins/AVS/src/image_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/image_utils.cpp b/plugins/AVS/src/image_utils.cpp index ece646fd63..50b4c22f6a 100644 --- a/plugins/AVS/src/image_utils.cpp +++ b/plugins/AVS/src/image_utils.cpp @@ -613,7 +613,7 @@ BOOL MakeTransparentBkg(MCONTACT hContact, HBITMAP *hBitmap) /////////////////////////////////////////////////////////////////////////////////////////
// Other utils
-int SaveAvatar(const char* protocol, const TCHAR* tszFileName)
+int SaveAvatar(const char *protocol, const TCHAR *tszFileName)
{
INT_PTR result = CallProtoService(protocol, PS_SETMYAVATART, 0, (LPARAM)tszFileName);
if (result == CALLSERVICE_NOTFOUND)
|