src/hg/hgc/hgc.c 1.1524

1.1524 2009/03/30 22:15:49 fanhsu
Moved a "<BR>" printf statement.
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1523
retrieving revision 1.1524
diff -b -B -U 4 -r1.1523 -r1.1524
--- src/hg/hgc/hgc.c	30 Mar 2009 22:06:21 -0000	1.1523
+++ src/hg/hgc/hgc.c	30 Mar 2009 22:15:49 -0000	1.1524
@@ -8742,11 +8742,11 @@
     	    	printf("<A HREF=\"%s%s&hgg_chrom=none\" target=_blank>", "../cgi-bin/hgGene?hgg_gene=", row[0]);
     	    	printf("%s</A></B>", row[0]);
 	    	printedCnt++;
 		}
+            if (printedCnt >= 1) printf("<BR>\n");
 	    }
 	sqlFreeResult(&sr);
-        printf("<BR>\n");
 	}
     }
 
 printf("<HR>");