src/cx/allocator.h

changeset 393
8c0421ccbb58
parent 391
f094a53c1178
child 394
80c31ebd66c1
     1.1 --- a/src/cx/allocator.h	Sun Feb 07 12:27:21 2021 +0100
     1.2 +++ b/src/cx/allocator.h	Sun Feb 07 15:35:52 2021 +0100
     1.3 @@ -58,4 +58,4 @@
     1.4  #define cxCalloc(a, nelem, n) (a)->calloc((a), nelem, n)
     1.5  #define cxFree(a, mem) (a)->free((a), mem)
     1.6  
     1.7 -#endif //UCX_ALLOCATOR_H
     1.8 +#endif /* UCX_ALLOCATOR_H */

mercurial