Commit d8402666 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '85698be4'

* commit '85698be4':
  cmdutils: Mark exit_program as av_noreturn
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 46f72ea5 85698be4
......@@ -58,7 +58,7 @@ void register_exit(void (*cb)(int ret));
/**
* Wraps exit with a program-specific cleanup routine.
*/
void exit_program(int ret);
void exit_program(int ret) av_noreturn;
/**
* Initialize the cmdutils option system, in particular
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment