# HG changeset patch # User Mike Becker # Date 1612708552 -3600 # Node ID 8c0421ccbb586b717d464b1e0b839db5c7530bc4 # Parent c195c33de85d9e519888b49c5c7c77db58c7cf0b no C99 comments diff -r c195c33de85d -r 8c0421ccbb58 src/cx/allocator.h --- a/src/cx/allocator.h Sun Feb 07 12:27:21 2021 +0100 +++ b/src/cx/allocator.h Sun Feb 07 15:35:52 2021 +0100 @@ -58,4 +58,4 @@ #define cxCalloc(a, nelem, n) (a)->calloc((a), nelem, n) #define cxFree(a, mem) (a)->free((a), mem) -#endif //UCX_ALLOCATOR_H +#endif /* UCX_ALLOCATOR_H */ diff -r c195c33de85d -r 8c0421ccbb58 src/cx/list.h --- a/src/cx/list.h Sun Feb 07 12:27:21 2021 +0100 +++ b/src/cx/list.h Sun Feb 07 15:35:52 2021 +0100 @@ -29,4 +29,4 @@ #ifndef UCX_LIST_H #define UCX_LIST_H -#endif //UCX_LIST_H +#endif /* UCX_LIST_H */