From 8be5b0d6d52d0308bfa99218e8f4f9436498d92a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 3 Oct 2012 16:20:41 +0200 Subject: avconv/avprobe: Add missing 'void' to exit_program() definition --- avprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avprobe.c') diff --git a/avprobe.c b/avprobe.c index 8bc2a21459..c9bcee27e9 100644 --- a/avprobe.c +++ b/avprobe.c @@ -59,7 +59,7 @@ static const char unit_hertz_str[] = "Hz" ; static const char unit_byte_str[] = "byte" ; static const char unit_bit_per_second_str[] = "bit/s"; -static void exit_program() +static void exit_program(void) { av_dict_free(&fmt_entries_to_show); } -- cgit v1.2.3