fix typo in compare.h

Sun, 06 Nov 2022 16:11:11 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 06 Nov 2022 16:11:11 +0100
changeset 605
be5a4902d405
parent 604
056e5f592d84
child 606
314e9288af2f

fix typo in compare.h

src/cx/compare.h file | annotate | diff | comparison | revisions
     1.1 --- a/src/cx/compare.h	Sun Nov 06 16:07:32 2022 +0100
     1.2 +++ b/src/cx/compare.h	Sun Nov 06 16:11:11 2022 +0100
     1.3 @@ -190,7 +190,7 @@
     1.4   * @return -1 if ptr1 is less than ptr2, 0 if both are equal,
     1.5   * 1 if ptr1 is greater than ptr2
     1.6   */
     1.7 -int ucx_cmp_ptr(void const *ptr1, void const *ptr2);
     1.8 +int cx_cmp_ptr(void const *ptr1, void const *ptr2);
     1.9  
    1.10  #ifdef __cplusplus
    1.11  } // extern "C"

mercurial