diff options
-rw-r--r-- | clients/zwrite/zwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zwrite/zwrite.c b/clients/zwrite/zwrite.c index db4688e..20dfb28 100644 --- a/clients/zwrite/zwrite.c +++ b/clients/zwrite/zwrite.c @@ -21,7 +21,7 @@ #ifndef lint static char rcsid_zwrite_c[] = "$Id$"; -#endif lint +#endif /* lint */ #define DEFAULT_CLASS "MESSAGE" #define DEFAULT_INSTANCE "PERSONAL" |