aboutsummaryrefslogtreecommitdiffstats
path: root/ffprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 0ddea81915..e512f00d1b 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -58,7 +58,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";
-void exit_program(int ret)
+void av_noreturn exit_program(int ret)
{
exit(ret);
}