Minor tweak

This commit is contained in:
2023-02-18 12:15:19 +00:00
parent 3acbd7447a
commit 49f240ea07
8 changed files with 8 additions and 8 deletions

View File

@@ -8,6 +8,7 @@
#include "toy_console_colors.h"
#include <stdio.h>
#include <string.h>
//hash util functions
static unsigned int hashString(const char* string, int length) {