diff options
author | Damiano Galassi <[email protected]> | 2019-11-05 12:51:18 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-11-05 12:51:18 +0100 |
commit | b34a00ee0e33e2400be889cf20aa6643ead5a6be (patch) | |
tree | 4c8dbc87e5734bd7871658cfc3d4b3fc35c64aea | |
parent | 20fe4b6ebd371b96af85090b3a23c7a14b405bdf (diff) |
libhb: correct macOS_get_user_config_directory function prototype.
-rw-r--r-- | libhb/handbrake/ports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/handbrake/ports.h b/libhb/handbrake/ports.h index 788d474df..ccbf37823 100644 --- a/libhb/handbrake/ports.h +++ b/libhb/handbrake/ports.h @@ -141,7 +141,7 @@ char * hb_utf8_to_cp(const char *src); int hb_dvd_region(char *device, int *region_mask); #if defined( SYS_DARWIN ) -int osx_get_user_config_directory( char path[512] ); +int macOS_get_user_config_directory( char path[512] ); #endif void hb_get_user_config_directory( char path[512] ); void hb_get_user_config_filename( char name[1024], char *fmt, ... ); |