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/utils/bigWigCat/bigWigCat.c src/utils/bigWigCat/bigWigCat.c index 49c4e6d..32238d9 100644 --- src/utils/bigWigCat/bigWigCat.c +++ src/utils/bigWigCat/bigWigCat.c @@ -1,29 +1,29 @@ /* bigWigCat - Merge a collection of non-overlapping bigWig files * directly into binary big wig format.. */ /* Copyright (C) 2014 The Regents of the University of California * See README in this or parent directory for licensing information. */ #include "common.h" #include "obscure.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "bigWig.h" #include "bwgInternal.h" #include "zlibFace.h" -#include "errabort.h" +#include "errAbort.h" #include "sqlNum.h" #include "sig.h" #include "bPlusTree.h" #include "cirTree.h" #include "bbiFile.h" #include "udc.h" static int blockSize = 256; static int itemsPerSlot = 1024; static boolean doCompress = FALSE; static struct optionSpec options[] = { {"itemsPerSlot", OPTION_INT},