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
commitc8686ca709bdc964a8a96ea14483a383dcac36d3 (patch)
tree1d3b08079ece4c7de01153a2216362b925cc2ceb /serverboot
parentfaa783b87a2dfaf123447773b40d6ce20b951378 (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 (;;);