1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

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
};
void mount_pre_datazip(
static void mount_pre_datazip(
char* out_path,
const char* real_dirname,
const char* mount_point,