mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
stupid gcc wants me to put extra () around the ret =
This commit is contained in:
parent
f7adce9461
commit
52d672318c
3 changed files with 4 additions and 4 deletions
|
@ -121,7 +121,7 @@ typedef enum
|
|||
typedef struct
|
||||
{
|
||||
size_t length;
|
||||
const uint8_t * ptr;
|
||||
const uint8_t * ptr; // just an unsigned char for opaque data
|
||||
} PSYC_Array;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue