diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp index e507e29b..4b49ce64 100644 --- a/desktop_version/src/FileSystemUtils.cpp +++ b/desktop_version/src/FileSystemUtils.cpp @@ -74,7 +74,7 @@ static const PHYSFS_Allocator allocator = { SDL_free }; -void mount_pre_datazip( +static void mount_pre_datazip( char* out_path, const char* real_dirname, const char* mount_point,