no C99 comments

Sun, 07 Feb 2021 15:35:52 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 07 Feb 2021 15:35:52 +0100
changeset 393
8c0421ccbb58
parent 392
c195c33de85d
child 394
80c31ebd66c1

no C99 comments

src/cx/allocator.h file | annotate | diff | comparison | revisions
src/cx/list.h file | annotate | diff | comparison | revisions
--- 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 */
--- 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 */

mercurial