xz: add missing noreturn for message_filters_help

Fixes: a165d7df19
This commit is contained in:
Sam James 2024-04-11 23:01:44 +01:00 committed by Lasse Collin
parent 863f13d282
commit 462ca94099
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ extern void message_help(bool long_help);
/// Prints a help message specifically for using the --filters and
/// --filtersX command line options.
tuklib_attr_noreturn
extern void message_filters_help(void);