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/isPcr/webPcr/webPcr.c src/isPcr/webPcr/webPcr.c index cc1ede2..ebb31b8 100644 --- src/isPcr/webPcr/webPcr.c +++ src/isPcr/webPcr/webPcr.c @@ -1,22 +1,22 @@ /* webPcr - Web CGI Program For Fast In-Silico PCR Using gfServer. */ /* Copyright 2004 Jim Kent. All rights reserved. */ #include "common.h" #include "linefile.h" #include "hash.h" -#include "errabort.h" +#include "errAbort.h" #include "errCatch.h" #include "htmshell.h" #include "dnautil.h" #include "dnaseq.h" #include "cheapcgi.h" #include "gfPcrLib.h" #include "gfWebLib.h" void usage() /* Explain usage and exit. */ { errAbort( "webPcr - Web CGI Program For Fast In-Silico PCR Using gfServer\n" "This program is not generally meant to be run from the command line.\n" );