diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-16 06:54:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-16 06:54:59 +0000 |
commit | a0e65f57dd9f199f1143e4b91fad938eaf87d8f9 (patch) | |
tree | 988555443412e26184a947e25386db4db163ace2 /src/modules/clist/genmenu.h | |
parent | 135743eb33ddf36a8d260d8137eb4afe0dbc2c86 (diff) |
tabs and spaces cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@2324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/genmenu.h')
-rw-r--r-- | src/modules/clist/genmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/clist/genmenu.h b/src/modules/clist/genmenu.h index 81f737d405..06bb467d40 100644 --- a/src/modules/clist/genmenu.h +++ b/src/modules/clist/genmenu.h @@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. typedef struct
{
struct _tagIntMenuItem *first, // first element of submenu, or NULL
- *last; // last element of submenu, or NULL
+ *last; // last element of submenu, or NULL
}
TMO_LinkedList;
|