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:
parent
4b34602eec
commit
299ed90493
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue