From cce79a92d5341111997eaf7fd0a420fdddc3e50d Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 13 Dec 2014 07:47:16 +0000 Subject: AVS: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AVS/src/acc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/AVS/src/acc.h') diff --git a/plugins/AVS/src/acc.h b/plugins/AVS/src/acc.h index 4ac03915f0..356a09dea3 100644 --- a/plugins/AVS/src/acc.h +++ b/plugins/AVS/src/acc.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish This is free software; you can redistribute it and/or @@ -14,15 +14,15 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this file; see the file license.txt. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. +Boston, MA 02111-1307, USA. */ #ifndef __ACC_H__ # define __ACC_H__ -INT_PTR avSetAvatar(MCONTACT hContact, TCHAR* tszPath ); -INT_PTR avSetMyAvatar( char* szProto, TCHAR* tszPath ); +static INT_PTR avSetAvatar(MCONTACT hContact, TCHAR *tszPath); +INT_PTR avSetMyAvatar(char *szProto, TCHAR *tszPath); int LoadACC(); -- cgit v1.2.3