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/idbQuery/idbQuery.c src/idbQuery/idbQuery.c index 48f75cd..d72b825 100644 --- src/idbQuery/idbQuery.c +++ src/idbQuery/idbQuery.c @@ -1,21 +1,21 @@ /* idbQuery.c - This cgi script queries the Intronerator Data Base for * things that match what the user has set up in idbQuery.html. */ #include "common.h" #include "portable.h" -#include "errabort.h" +#include "errAbort.h" #include "localmem.h" #include "wormdna.h" #include "cheapcgi.h" #include "htmshell.h" #include "gdf.h" #include "cda.h" #include "xa.h" FILE *debugOut; char **chromNames; int chromCount; /* Local memory */ struct lm *localMem;