From b73dabc600420663a5962d3da5decdd8c3a7bbd1 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Fri, 24 Nov 2017 12:00:33 +0100 Subject: libhb: fix warnings. --- libhb/preset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/preset.h') 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 -- cgit v1.2.3