summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--serverboot/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/panic.c b/serverboot/panic.c
index 4cc657f4..25924099 100644
--- a/serverboot/panic.c
+++ b/serverboot/panic.c
@@ -51,7 +51,7 @@ panic (const char *s, ...)
#ifdef PC532
{ int l; for (l=0;l < 1000000;l++) ; }
-#endif PC532
+#endif /* PC532 */
#define RB_DEBUGGER 0x1000 /* enter debugger NOW */
(void) host_reboot(master_host_port, RB_DEBUGGER);
for (;;);