summaryrefslogtreecommitdiff
path: root/src/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/man.c')
-rw-r--r--src/man.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/man.c b/src/man.c
index 9e5a9a7d..a3aee5fc 100644
--- a/src/man.c
+++ b/src/man.c
@@ -2470,8 +2470,7 @@ static int display (const char *dir, const char *man_file,
return found;
}
-static void gripe_converting_name (const char *name) ATTRIBUTE_NORETURN;
-static void gripe_converting_name (const char *name)
+static _Noreturn void gripe_converting_name (const char *name)
{
error (FATAL, 0, _("Can't convert %s to cat name"), name);
abort (); /* error should have exited; help compilers prove noreturn */