diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-02 12:35:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-02 12:35:28 +0000 |
commit | e221f73e4a254a59f9c95460827dafb5b6b7e5df (patch) | |
tree | 46b17567b79894e481ddb35de6ee7af01e55da7f /plugins/KeyboardNotify/protolist.h | |
parent | 54e24c4eea6734678915d8c7384f4469f7c78be5 (diff) |
KeyboardNotify Unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@259 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify/protolist.h')
-rw-r--r-- | plugins/KeyboardNotify/protolist.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/plugins/KeyboardNotify/protolist.h b/plugins/KeyboardNotify/protolist.h index 9c71ae65ce..f48f64d126 100644 --- a/plugins/KeyboardNotify/protolist.h +++ b/plugins/KeyboardNotify/protolist.h @@ -1,19 +1,19 @@ -/* - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - +/*
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
*/
typedef struct {
@@ -29,6 +29,6 @@ typedef struct { } PROTOCOL_INFO;
typedef struct {
- unsigned int protoCount; - PROTOCOL_INFO *protoInfo; -} PROTOCOL_LIST; + unsigned int protoCount;
+ PROTOCOL_INFO *protoInfo;
+} PROTOCOL_LIST;
|