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/lib/snofmake.c src/lib/snofmake.c index b0e0d39..5cf5209 100644 --- src/lib/snofmake.c +++ src/lib/snofmake.c @@ -1,24 +1,24 @@ /* snofmake - Write out an index file. * * This file is copyright 2002 Jim Kent, but license is hereby * granted for all use - public, private or commercial. */ #include "common.h" #include "localmem.h" #include "snofmake.h" -#include "errabort.h" +#include "errAbort.h" static jmp_buf errRecover; static void ourErrAbort() /* Default error handler. Prints message and exits * program. */ { longjmp(errRecover, -1); } static struct lm *lm; static void initMem() {