diff options
-rw-r--r-- | src/common/cerr.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/cerr.h b/src/common/cerr.h index de58b1d..869c9e2 100644 --- a/src/common/cerr.h +++ b/src/common/cerr.h @@ -3,9 +3,7 @@ #include <stddef.h> -/* clang-format off */ - -[[gnu::nonnull]] void cerrinit(const char *); +void cerrinit(const char *); [[noreturn, gnu::nonnull, gnu::format(printf, 1, 2)]] void die(const char *, ...); |