summaryrefslogtreecommitdiff
path: root/kern/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/debug.c')
-rw-r--r--kern/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/debug.c b/kern/debug.c
index c6e0257..d07f1ed 100644
--- a/kern/debug.c
+++ b/kern/debug.c
@@ -115,7 +115,7 @@ const char *panicstr;
int paniccpu;
void
-panic_init()
+panic_init(void)
{
if (!panic_lock_initialized)
{