From 8f0168a3b946359a0fde574b6dd9a1e147253dfa Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 2 Oct 2012 21:55:17 +0200 Subject: fix exit_program() prototypes This fixes 2 warnings Signed-off-by: Michael Niedermayer --- ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffprobe.c') diff --git a/ffprobe.c b/ffprobe.c index 31d1a4430a..4fb4982984 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -141,7 +141,7 @@ static const char unit_bit_per_second_str[] = "bit/s"; static uint64_t *nb_streams_packets; static uint64_t *nb_streams_frames; -static void exit_program() +static void exit_program(void) { av_dict_free(&fmt_entries_to_show); } -- cgit v1.2.3