X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b582c36a70a50b376da63ceacf2354d1a47c5ac7..fa7a5df1a5cd60cb9956416561f6c69c64943643:/src/xbt/setset_private.h diff --git a/src/xbt/setset_private.h b/src/xbt/setset_private.h index 4daf3a9074..1db97982d1 100644 --- a/src/xbt/setset_private.h +++ b/src/xbt/setset_private.h @@ -12,7 +12,7 @@ typedef struct s_xbt_setset_elm { typedef union u_xbt_setset_elm_entry { /* Information when the entry is being used */ struct { - unsigned int refcount; + unsigned int refcount; xbt_setset_elm_t obj; } info; /* Information when the entry is free */