mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
header guard typo
This commit is contained in:
@@ -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
|
||||
{
|
||||
@@ -33,4 +33,4 @@ internal B32 lfht_insert(Arena *arena, LFHT_NodeChunkList *node_chunks, LFHT_Nod
|
||||
|
||||
internal void ** lfht_data_from_node_chunk_lists(Arena *arena, U64 total_count, U64 list_count, LFHT_NodeChunkList *lists);
|
||||
|
||||
#endif // LF_HASH_TABLE_H
|
||||
#endif // LF_HASH_TABLE_H
|
||||
|
||||
Reference in New Issue
Block a user