src/hg/bedItemOverlapCount/bedItemOverlapCount.c 1.20

1.20 2009/10/30 21:03:23 braney
fix typo
Index: src/hg/bedItemOverlapCount/bedItemOverlapCount.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/bedItemOverlapCount/bedItemOverlapCount.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -B -U 4 -r1.19 -r1.20
--- src/hg/bedItemOverlapCount/bedItemOverlapCount.c	1 Oct 2009 04:50:06 -0000	1.19
+++ src/hg/bedItemOverlapCount/bedItemOverlapCount.c	30 Oct 2009 21:03:23 -0000	1.20
@@ -168,9 +168,9 @@
 static void bedItemOverlapCount(char *database, int fileCount, char *fileList[])
 {
 unsigned maxChromSize = 0;
 int i;
-unitSize *counts = (unitSize)NULL;
+unitSize *counts = (unitSize *)NULL;
 
 if (chromSizes != NULL)
     {
     chromHash = newHash(0);