diff options
author | Roland McGrath <roland@gnu.org> | 2001-07-21 05:17:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-07-21 05:17:53 +0000 |
commit | c8686ca709bdc964a8a96ea14483a383dcac36d3 (patch) | |
tree | 1d3b08079ece4c7de01153a2216362b925cc2ceb /serverboot/panic.c | |
parent | faa783b87a2dfaf123447773b40d6ce20b951378 (diff) |
2001-07-20 Roland McGrath <roland@frob.com>
* panic.c: Fix obsolescent #endif syntax.
Diffstat (limited to 'serverboot/panic.c')
-rw-r--r-- | serverboot/panic.c | 2 |
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 (;;); |