624f4b612627304cc2424be2d1ab7a314ab651a2 kent Tue May 27 10:43:34 2014 -0700 Adding spacing for readability around some copyrights notices that needed it. diff --git src/lib/fof.c src/lib/fof.c index d6e5479..b0c8700 100644 --- src/lib/fof.c +++ src/lib/fof.c @@ -1,19 +1,20 @@ /* fofFa - create a fof index for a list of FA files. * * 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 "sig.h" #include "fof.h" struct fofRecord /* This holds a record of an index file. */ { bits32 offset; /* Start offset within file. Must be first element.*/ bits32 size; /* Sizer within file. */ UBYTE fileIx; /* Which file it's in. */ char name[1]; /* Dynamically allocated to fit actual size. */ };