mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ffserver: use av_noreturn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
109d23e0b4
commit
db29da9ac8
@ -320,7 +320,7 @@ static AVLFG random_state;
|
||||
static FILE *logfile = NULL;
|
||||
|
||||
/* FIXME: make ffserver work with IPv6 */
|
||||
void exit_program(int ret)
|
||||
void av_noreturn exit_program(int ret)
|
||||
{
|
||||
exit(ret);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user