src/cx/list.h

changeset 628
1e2be40f0cb5
parent 621
646e38efc7bc
child 629
6c81ee4f11ad
     1.1 --- a/src/cx/list.h	Sun Nov 20 17:48:42 2022 +0100
     1.2 +++ b/src/cx/list.h	Sun Nov 20 21:08:36 2022 +0100
     1.3 @@ -419,7 +419,7 @@
     1.4  void cxListDestroy(CxList *list);
     1.5  
     1.6  #ifdef __cplusplus
     1.7 -} /* extern "C" */
     1.8 +} // extern "C"
     1.9  #endif
    1.10  
    1.11 -#endif /* UCX_LIST_H */
    1.12 +#endif // UCX_LIST_H

mercurial