From ed4041f2807d8aadad1e9701675ede59d1d8e417 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Sep 2014 21:43:18 +0000 Subject: 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 --- plugins/AVS/src/image_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AVS/src/image_utils.cpp') 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) -- cgit v1.2.3