6e5ee11ca95cd971984038cf65bae00d9c898707 galt Wed Jun 4 15:40:02 2014 -0700 Since we have git, it is easy to rename errabort.c to errAbort.c without losing any history. diff --git src/jkOwnLib/gfBlatLib.c src/jkOwnLib/gfBlatLib.c index 81d8a76..2faefd6 100644 --- src/jkOwnLib/gfBlatLib.c +++ src/jkOwnLib/gfBlatLib.c @@ -1,30 +1,30 @@ /* gfBlatLib - stuff that blat-related clients of genoFind library or * gfServer on the web use. */ /* Copyright 2001-2005 Jim Kent. All rights reserved. */ #include "common.h" #include "net.h" #include "linefile.h" #include "sqlNum.h" #include "dnaseq.h" #include "fa.h" #include "fuzzyFind.h" #include "supStitch.h" #include "genoFind.h" #include "gfInternal.h" -#include "errabort.h" +#include "errAbort.h" #include "nib.h" #include "twoBit.h" #include "trans3.h" static int ssAliCount = 16; /* Number of alignments returned by ssStitch. */ #ifdef DEBUG void dumpRange(struct gfRange *r, FILE *f) /* Dump range to file. */ { fprintf(f, "%d-%d %s %d-%d, hits %d\n", r->qStart, r->qEnd, r->tName, r->tStart, r->tEnd, r->hitCount); }