a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/subChar/subChar.c src/utils/subChar/subChar.c
index c9219f7..4cf5ad6 100644
--- src/utils/subChar/subChar.c
+++ src/utils/subChar/subChar.c
@@ -1,20 +1,19 @@
 /* subChar - Substitute one character for another throughout a file.. */
 #include "common.h"
 #include "obscure.h"
 
-static char const rcsid[] = "$Id: subChar.c,v 1.4 2004/04/06 02:18:24 kent Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "subChar - Substitute one character for another throughout a file.\n"
   "usage:\n"
   "   subChar oldChar newChar file(s)\n"
   "oldChar and newChar can either be single letter literal characters,\n"
   "or two digit hexadecimal ascii codes");
 }
 
 int unhex(char *s)
 /* Return hex val of s. */
 {