1
0
Fork 0
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:
psyc://psyced.org/~lynX 2011-04-20 17:15:03 +02:00
parent f7adce9461
commit 52d672318c
3 changed files with 4 additions and 4 deletions

View file

@ -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;
/**