diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-17 20:14:24 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-17 20:14:24 +0000 |
commit | 2baef4bfd282c0cc7a1672a74a4df11cab50643b (patch) | |
tree | df5e3402bba359a18dad1fe17f491f40ac4324d6 /plugins/Utils/mir_options.h | |
parent | 93e2edb9fea7609ffd1d5b0aa90dc13256c0185a (diff) |
MyDetails: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils/mir_options.h')
-rw-r--r-- | plugins/Utils/mir_options.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Utils/mir_options.h b/plugins/Utils/mir_options.h index 5a41c3c0dc..842d154e3a 100644 --- a/plugins/Utils/mir_options.h +++ b/plugins/Utils/mir_options.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@ 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.
*/
@@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. #define CONTROL_INT 10 // Stored as DWORD
-typedef BOOL (* FPAllowProtocol) (const char *proto);
+typedef BOOL(*FPAllowProtocol) (const char *proto);
typedef struct {
void *var;
|