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/est2genomeToPsl/est2genomeToPsl.c src/utils/est2genomeToPsl/est2genomeToPsl.c index 7f1eea5..a6ba6fa 100644 --- src/utils/est2genomeToPsl/est2genomeToPsl.c +++ src/utils/est2genomeToPsl/est2genomeToPsl.c @@ -1,26 +1,26 @@ /* est2genomeToPsl - Convert EMBOSS est2genome and WUSTL pairgon alignments to * PSL format. */ /* Copyright (C) 2011 The Regents of the University of California * See README in this or parent directory for licensing information. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "dystring.h" -#include "errabort.h" +#include "errAbort.h" #include "psl.h" #include "sqlNum.h" #include "fa.h" #include "verbose.h" void usage() /* Explain usage and exit. */ { errAbort( "est2genomeToPsl - Convert EMBOSS est2genome and WUSTL pairgon alignments to\n" "PSL format\n" "\n" "usage:\n" " est2genomeToPsl [options] alnFile cdnaFa genomeFa pslFile\n"