diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-20 14:40:47 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-20 14:40:47 -0400 |
commit | bf76b8c582ed9c541438ebe90fc6415fb82f2ed3 (patch) | |
tree | a5cd3d6e77c21867784c34d0728046d202a08d34 /src/include/engine/utils.h | |
parent | 1abda4d6d97c3386694f85fe5f7cc6844ade67c2 (diff) |
Add Formatting
Diffstat (limited to 'src/include/engine/utils.h')
-rw-r--r-- | src/include/engine/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/engine/utils.h b/src/include/engine/utils.h index 54bfc17..fe6022f 100644 --- a/src/include/engine/utils.h +++ b/src/include/engine/utils.h @@ -6,7 +6,7 @@ // dellist: deletes the provided table void dellist(tablist_t *list); -/* hash: calculates the DJB2 hash of a string, +/* hash: calculates the DJB2 hash of a string, * and returns that mod TABLEN */ int hash(char *str); |