From 9b75cc76f7cbc87c0c94c560c7221837b6cc9d79 Mon Sep 17 00:00:00 2001 From: Bill Sommerfeld Date: Tue, 30 Jan 1990 15:37:55 +0000 Subject: [PATCH] Fix previous fix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@197 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/file/fcc_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2