X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=84781d200c124892ad7571eae4ef759ae51c8e35;hb=e802f3cc4c1e7f5b53adf9f3f5f9066195a145b6;hp=ba5ab61bb6ea21d75e30cc66b194589dd66cbb13;hpb=df23eb1ed6f397f1dfd952765aace12bd1717ee1;p=pdclib.old diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index ba5ab61..84781d2 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -286,6 +286,6 @@ struct _PDCLIB_headnode_t struct _PDCLIB_memnode_t { - struct _PDCLIB_memnode_t * next; _PDCLIB_size_t size; + struct _PDCLIB_memnode_t * next; };