Skip to content

Commit

Permalink
filesystem: fix Platform_GetNativeObject macro definition
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jun 6, 2023
1 parent 23f1c43 commit 1855fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem/filesystem_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extern fs_api_t g_api;
#define Con_DPrintf (*g_engfuncs._Con_DPrintf)
#define Con_Reportf (*g_engfuncs._Con_Reportf)
#define Sys_Error (*g_engfuncs._Sys_Error)
#define Platform_GetNativeObject (*g_engfuncs.Platform_GetNativeObject)
#define Platform_GetNativeObject (*g_engfuncs._Platform_GetNativeObject)

//
// filesystem.c
Expand Down

0 comments on commit 1855fab

Please sign in to comment.