summaryrefslogtreecommitdiff
path: root/include/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashtable.h')
-rw-r--r--include/hashtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashtable.h b/include/hashtable.h
index f2a9f22..93d27cd 100644
--- a/include/hashtable.h
+++ b/include/hashtable.h
@@ -27,7 +27,7 @@ void TableEnter(unkStruct *p1, void *p2);
BOOL TableRemove(unkStruct *p1, void *p2);
void *TableLookup(unkStruct *p1, void *p2);
void TableMapSafe(unkStruct *p1, s32 p2, s32 p3);
-void TableMapSafe2(unkStruct *p1, s32 p2, s32 p3);
+void *TableMapSafe2(unkStruct *p1, s32 p2, s32 p3);
#ifdef __cplusplus
}