diff options
Diffstat (limited to 'include/kernel/panic.h')
| -rw-r--r-- | include/kernel/panic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/panic.h b/include/kernel/panic.h index db53e8e..7baeaa9 100644 --- a/include/kernel/panic.h +++ b/include/kernel/panic.h @@ -1 +1 @@ -void panic(const char*, ...); +void panic(const char*, ...) __attribute__ ((format (printf, 1, 2))); |