git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: integrate gdb support over serial port for bare-metal debugging.
[lunaix-os.git]
/
lunaix-os
/
libs
/
hash.c
diff --git
a/lunaix-os/libs/hash.c
b/lunaix-os/libs/hash.c
index 277efb32eaf8370fc8f265ef8038ce4d1960004f..dc1b3ccb1c1af2f9e537457a6fc8b01637b472c5 100644
(file)
--- a/
lunaix-os/libs/hash.c
+++ b/
lunaix-os/libs/hash.c
@@
-9,7
+9,7
@@
* @return unsigned int
*/
uint32_t
-strhash_32(char* str, uint32_t truncate_to)
+strhash_32(c
onst c
har* str, uint32_t truncate_to)
{
if (!str)
return 0;