src/hg/gsid/gsidTable/configure.c 1.6

1.6 2009/10/20 05:14:33 fanhsu
Fixed a typo.
Index: src/hg/gsid/gsidTable/configure.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/gsid/gsidTable/configure.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/gsid/gsidTable/configure.c	20 Oct 2009 00:09:12 -0000	1.5
+++ src/hg/gsid/gsidTable/configure.c	20 Oct 2009 05:14:33 -0000	1.6
@@ -50,9 +50,9 @@
 
 /* Write out other rows. */
 for (col = colList; col != NULL; col = col->next)
     {
-    HPrintf("<TR>");
+    hPrintf("<TR>");
     /* Do small label. */
     hPrintf("<TD>%s</TD>", col->shortLabel);
 
     /* Do on/off dropdown. */