mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
fixed modifier array
This commit is contained in:
parent
3afb723bf8
commit
14a62b568e
3 changed files with 12 additions and 12 deletions
|
@ -124,8 +124,8 @@ typedef struct
|
|||
|
||||
typedef struct
|
||||
{
|
||||
size_t length;
|
||||
PSYC_Modifier *ptr;
|
||||
size_t lines;
|
||||
PSYC_Modifier **modifiers;
|
||||
} PSYC_ModifierArray;
|
||||
|
||||
/* intermediate struct for a PSYC packet */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue