summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-21 05:17:53 +0000
committerRoland McGrath <roland@gnu.org>2001-07-21 05:17:53 +0000
commit82f4992602a62e81f4a86f273c4e17ab14466c7a (patch)
treea6585716d1fc51653f8b6a2173ed677bf5d90851 /serverboot
parentd4745b93f1ab7e76127769255ad3db22e4e8a52c (diff)
2001-07-20 Roland McGrath <roland@frob.com>
* panic.c: Fix obsolescent #endif syntax.
Diffstat (limited to 'serverboot')
-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 (;;);