comparison src/xs_stil.h @ 330:e0abd282d6b7

Changed struct member name subTune -> subTunes
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Sep 2005 01:44:00 +0000
parents 608f31f6c095
children b09d74eb71e6
comparison
equal deleted inserted replaced
329:8fadb3f38445 330:e0abd282d6b7
16 *pInfo; 16 *pInfo;
17 } t_xs_stil_subnode; 17 } t_xs_stil_subnode;
18 18
19 typedef struct _t_xs_stil_node { 19 typedef struct _t_xs_stil_node {
20 gchar *pcFilename; 20 gchar *pcFilename;
21 t_xs_stil_subnode subTune[XS_STIL_MAXENTRY]; 21 t_xs_stil_subnode subTunes[XS_STIL_MAXENTRY+1];
22 struct _t_xs_stil_node *pPrev, *pNext; 22 struct _t_xs_stil_node *pPrev, *pNext;
23 } t_xs_stil_node; 23 } t_xs_stil_node;
24 24
25 25
26 typedef struct { 26 typedef struct {