header guard typo

This commit is contained in:
Nikita Smith
2026-02-09 23:42:09 -08:00
parent 9b1a5ae8f8
commit 988b0f5541
+1 -1
View File
@@ -2,7 +2,7 @@
// Licensed under the MIT license (https://opensource.org/license/mit/)
#ifndef LF_HASH_TABLE_H
#define LF_HAHS_TABLE_H
#define LF_HASH_TABLE_H
typedef struct LFHT_Node
{