f180b1a
From 2ca8b902fa190aae70f337f87dd95f7aeffdf173 Mon Sep 17 00:00:00 2001
f180b1a
From: christos <christos>
f180b1a
Date: Tue, 3 Nov 2015 21:04:13 +0000
f180b1a
Subject: [PATCH] Remove extra ;
f180b1a
f180b1a
---
f180b1a
 dotlock.c | 2 +-
f180b1a
 1 file changed, 1 insertion(+), 1 deletion(-)
f180b1a
f180b1a
diff --git a/dotlock.c b/dotlock.c
f180b1a
index 193aa17..2571235 100644
f180b1a
--- a/dotlock.c
f180b1a
+++ b/dotlock.c
f180b1a
@@ -24,7 +24,7 @@
f180b1a
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
f180b1a
  */
f180b1a
 #include "sh.h"
f180b1a
-RCSID("$tcsh: dotlock.c,v 3.3 2014/03/09 00:11:54 christos Exp $");
f180b1a
+RCSID("$tcsh: dotlock.c,v 3.3 2014/03/09 00:11:54 christos Exp $")
f180b1a
 
f180b1a
 #include <stdio.h>
f180b1a
 #ifndef O_SYNC
f180b1a
-- 
f180b1a
2.5.5
f180b1a