From 813851def848b52b92f59c379706ada6bebceba9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 Dec 2014 22:00:02 +0000 Subject: Year 2015 version update git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Import/src/import.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Import/src/import.cpp') diff --git a/plugins/Import/src/import.cpp b/plugins/Import/src/import.cpp index fc479769b2..fe4ee8f943 100644 --- a/plugins/Import/src/import.cpp +++ b/plugins/Import/src/import.cpp @@ -2,7 +2,7 @@ Import plugin for Miranda NG -Copyright (C) 2012-14 George Hazan +Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -381,10 +381,10 @@ static bool FindDestAccount(const char *szProto) if (!strcmp(pam.pa->szModuleName, szProto)) return true; } - + return false; } - + static PROTOACCOUNT* FindMyAccount(const char *szProto, const char *szBaseProto, const TCHAR *ptszName, bool bStrict) { int destProtoCount; -- cgit v1.2.3