src/cx/linked_list.h

changeset 628
1e2be40f0cb5
parent 552
4373c2a90066
child 629
6c81ee4f11ad
     1.1 --- a/src/cx/linked_list.h	Sun Nov 20 17:48:42 2022 +0100
     1.2 +++ b/src/cx/linked_list.h	Sun Nov 20 21:08:36 2022 +0100
     1.3 @@ -444,7 +444,7 @@
     1.4  ) __attribute__((__nonnull__(1)));
     1.5  
     1.6  #ifdef __cplusplus
     1.7 -} /* extern "C" */
     1.8 +} // extern "C"
     1.9  #endif
    1.10  
    1.11 -#endif /* UCX_LINKED_LIST_H */
    1.12 +#endif // UCX_LINKED_LIST_H

mercurial