diff options
Diffstat (limited to 'protocols/JabberG/src/ui_utils.h')
-rw-r--r-- | protocols/JabberG/src/ui_utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/ui_utils.h b/protocols/JabberG/src/ui_utils.h index a5aa1674f8..64e33bf1c7 100644 --- a/protocols/JabberG/src/ui_utils.h +++ b/protocols/JabberG/src/ui_utils.h @@ -5,6 +5,7 @@ Copyright (C) 2002-04 Santithorn Bunchua Copyright (C) 2005-12 George Hazan
Copyright (C) 2007-09 Maxim Mluhov
Copyright (C) 2007-09 Victor Pavlychko
+Copyright (C) 2012-13 Miranda NG Project
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -78,7 +79,7 @@ typedef struct tagLVTILEINFO UINT cColumns;
PUINT puColumns;
} LVTILEINFO, *PLVTILEINFO;
-typedef struct
+typedef struct
{
UINT cbSize;
DWORD dwFlags;
|