From c8686ca709bdc964a8a96ea14483a383dcac36d3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 21 Jul 2001 05:17:53 +0000 Subject: 2001-07-20 Roland McGrath * panic.c: Fix obsolescent #endif syntax. --- serverboot/panic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serverboot') 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 (;;); -- cgit v1.2.3