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/gfInternal.c src/jkOwnLib/gfInternal.c index 7c6ae82..f8fbd68 100644 --- src/jkOwnLib/gfInternal.c +++ src/jkOwnLib/gfInternal.c @@ -1,24 +1,24 @@ /* Some stuff shared by gfClient and gfPcr. * Copyright 2001-2004 Jim Kent. All rights reserved. */ #include "common.h" #include "linefile.h" #include "dnaseq.h" #include "genoFind.h" #include "gfInternal.h" -#include "errabort.h" +#include "errAbort.h" #include "nib.h" #include "twoBit.h" static int extendRespect(int oldX, int newX) /* Return newX modified slightly so as to be in same frame as oldX. */ { int frame = oldX % 3; newX = newX - (newX % 3) + frame; return newX; } void gfiExpandRange(struct gfRange *range, int qSize, int tSize, boolean respectFrame, boolean isRc, int expansion)