summaryrefslogtreecommitdiffstats
path: root/libhb/ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/ports.h')
-rw-r--r--libhb/ports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/ports.h b/libhb/ports.h
index 9a3da7a6a..5e039809e 100644
--- a/libhb/ports.h
+++ b/libhb/ports.h
@@ -101,7 +101,7 @@ void hb_get_tempory_filename( hb_handle_t *, char name[1024],
char * fmt, ... );
#if defined( SYS_DARWIN )
-void osx_get_user_config_directory( char path[512] );
+int osx_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, ... );