diff options
author | Lucien Van Elsen <lwvanels@mit.edu> | 1991-12-05 10:32:18 +0000 |
---|---|---|
committer | Lucien Van Elsen <lwvanels@mit.edu> | 1991-12-05 10:32:18 +0000 |
commit | d81065fb72471306f8c718b6775d7a0694d34f7c (patch) | |
tree | a6f84b7fb33b254a8ae30270cf1adc3e314eab69 | |
parent | 44514c8985c63e34b1492d49e455ef2fbb151589 (diff) |
ansi style #endifs
-rw-r--r-- | clients/zshutdown_notify/zshutdown_notify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/zshutdown_notify/zshutdown_notify.c b/clients/zshutdown_notify/zshutdown_notify.c index 8c98d55..276d36b 100644 --- a/clients/zshutdown_notify/zshutdown_notify.c +++ b/clients/zshutdown_notify/zshutdown_notify.c @@ -24,8 +24,8 @@ #ifndef lint #ifndef SABER static char *rcsid_zshutdown_notify_c = "$Header$"; -#endif SABER -#endif lint +#endif /* SABER */ +#endif /* lint */ #define N_KIND UNSAFE #define N_CLASS "FILSRV" |