a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/endsInLf/endsInLf.c src/utils/endsInLf/endsInLf.c
index 6c23cdb..8133e5b 100644
--- src/utils/endsInLf/endsInLf.c
+++ src/utils/endsInLf/endsInLf.c
@@ -1,22 +1,21 @@
 /* endsInLf - Check that last letter in files is end of line. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "cheapcgi.h"
 
-static char const rcsid[] = "$Id: endsInLf.c,v 1.3 2003/05/06 07:41:05 kate Exp $";
 
 boolean zeroOk = FALSE;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "endsInLf - Check that last letter in files is end of line\n"
   "usage:\n"
   "   endsInLf file(s)\n"
   "options:\n"
   "   -zeroOk\n"
   );
 }