static-qualify mount_pre_datazip

This function is used nowhere else, so it should be made static and
unable to be linked to from other files.
This commit is contained in:
Misa
2023-02-14 09:44:31 -08:00
parent 4b34602eec
commit 299ed90493

View File

@@ -74,7 +74,7 @@ static const PHYSFS_Allocator allocator = {
SDL_free SDL_free
}; };
void mount_pre_datazip( static void mount_pre_datazip(
char* out_path, char* out_path,
const char* real_dirname, const char* real_dirname,
const char* mount_point, const char* mount_point,