diff options
| author | Bill Sommerfeld <wesommer@mit.edu> | 1990-01-30 15:37:55 +0000 |
|---|---|---|
| committer | Bill Sommerfeld <wesommer@mit.edu> | 1990-01-30 15:37:55 +0000 |
| commit | 9b75cc76f7cbc87c0c94c560c7221837b6cc9d79 (patch) | |
| tree | 336d790673d1160356d1e0908f54d92c3629d7f7 /src/lib | |
| parent | 51f4efe56bfea2e7014f8abb0671a0258ae82176 (diff) | |
Fix previous fix
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@197 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_ops.c b/src/lib/krb5/ccache/file/fcc_ops.c index a59cbd6ff..71091c323 100644 --- a/src/lib/krb5/ccache/file/fcc_ops.c +++ b/src/lib/krb5/ccache/file/fcc_ops.c @@ -11,7 +11,7 @@ */ #if !defined(lint) && !defined(SABER) -static char fcc_ops_c[] = "$Id$" +static char fcc_ops_c[] = "$Id$"; #endif /* !lint && !SABER */ #include <krb5/copyright.h> |
