diff options
author | Damiano Galassi <[email protected]> | 2017-11-24 12:00:33 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-24 12:00:33 +0100 |
commit | b73dabc600420663a5962d3da5decdd8c3a7bbd1 (patch) | |
tree | 918126b2dcd8125c18ebd6c3a44cb4d832c83e4b /libhb/preset.h | |
parent | 13c8582eff580913d290b98bc0a58970121ee088 (diff) |
libhb: fix warnings.
Diffstat (limited to 'libhb/preset.h')
-rw-r--r-- | libhb/preset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/preset.h b/libhb/preset.h index 61ffaf9b6..b90010553 100644 --- a/libhb/preset.h +++ b/libhb/preset.h @@ -186,7 +186,7 @@ int hb_preset_move(const hb_preset_index_t *src_path, hb_dict_t * hb_presets_get_default(void); char * hb_presets_get_default_json(void); hb_preset_index_t * hb_presets_get_default_index(void); -void hb_presets_clear_default(); +void hb_presets_clear_default(void); // Package the provided preset (wrap in dict and add version etc) // and write to json file |