diff options
author | Damiano Galassi <[email protected]> | 2019-02-15 09:07:29 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-02-15 09:07:29 +0100 |
commit | caf55b1feeaf8e694e27194e80f07b3a39a7b9b8 (patch) | |
tree | c2de381c70ef8a1350970fcc6ee9e3e0218dad7f /libhb/hb.h | |
parent | d62e16402dc19c569d2122eab16b121775cc302f (diff) |
Fix a warning.
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index c003c2a9c..b9fd45f8b 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -134,7 +134,7 @@ void hb_close( hb_handle_t ** ); /* hb_global_init() Performs process initialization. */ int hb_global_init(void); -int hb_global_init_no_hardware(); +int hb_global_init_no_hardware(void); /* hb_global_close() Performs final cleanup for the process. */ void hb_global_close(void); |