src/inc/maf.h 1.33

1.33 2010/05/05 23:03:39 markd
strike two at getting name right
Index: src/inc/maf.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/maf.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -b -B -U 4 -r1.32 -r1.33
--- src/inc/maf.h	5 May 2010 23:01:59 -0000	1.32
+++ src/inc/maf.h	5 May 2010 23:03:39 -0000	1.33
@@ -80,9 +80,9 @@
 
 char *mafCompGetSrcDb(struct mafComp *mc, char *buf, int bufSize);
 /* parse the srcDb name from the mafComp src name, return NULL if no srcDb */
 
-char *mafCompGetScrName(struct mafComp *mc);
+char *mafCompGetSrcName(struct mafComp *mc);
 /* parse the src sequence name from the mafComp src name */
 
 struct mafRegDef
 /* MAF region definition (r line) */