diff options
author | ceastha <none@none> | 2005-08-18 16:08:55 -0700 |
---|---|---|
committer | ceastha <none@none> | 2005-08-18 16:08:55 -0700 |
commit | 852f01396448f85461deb2e7039a60a0d9274d68 (patch) | |
tree | 8002cef137adeff2464921e30373fee5f7574278 | |
parent | b7d62af5b42f0da2eb668e8d33d24d2f4fdd98a8 (diff) | |
download | illumos-joyent-852f01396448f85461deb2e7039a60a0d9274d68.tar.gz |
6271996 gcc and cmd/mail don't get along (fix cstyle)
-rw-r--r-- | usr/src/cmd/mail/printhdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mail/printhdr.c b/usr/src/cmd/mail/printhdr.c index 9188793dcd..e13d5dfbf5 100644 --- a/usr/src/cmd/mail/printhdr.c +++ b/usr/src/cmd/mail/printhdr.c @@ -27,7 +27,7 @@ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" +#pragma ident "%Z%%M% %I% %E% SMI" #include "mail.h" |