mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix function reference
This commit is contained in:
parent
9c5dae413f
commit
0bd33dcedc
@ -28,7 +28,7 @@ uint64_t djb2(const char* s)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Test function for ::sdbm
|
||||
* @brief Test function for ::djb2
|
||||
*/
|
||||
void test_djb2()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user