Skip to content

Commit

Permalink
Merge commit '85698be461c07be10d873dd34348bcfe9ffc56e0'
Browse files Browse the repository at this point in the history
* commit '85698be461c07be10d873dd34348bcfe9ffc56e0':
  cmdutils: Mark exit_program as av_noreturn

Merged-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
michaelni committed Mar 29, 2014
2 parents 46f72ea + 85698be commit d840266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d840266

Please sign in to comment.