X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Flib.c;h=5bed4ca210dc6e26c23be4a3883fe2a3e1b01f03;hb=95a7eaaa4a1065334125b65130866f8d1048ddb7;hp=d3fff546a72a70c0fb1c3e8075616e19b5792943;hpb=b6c3b3cf61caafbd91bbf3acc81995e472656a5b;p=tpg%2Facess2.git diff --git a/Kernel/lib.c b/Kernel/lib.c index d3fff546..5bed4ca2 100644 --- a/Kernel/lib.c +++ b/Kernel/lib.c @@ -171,7 +171,7 @@ int DivUp(int num, int dem) } /** - * \fn int strpos8(char *str, Uint32 search) + * \fn int strpos8(const char *str, Uint32 search) * \brief Search a string for a UTF-8 character */ int strpos8(const char *str, Uint32 Search)