X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fseq_read.c;h=ff01c427a94f3cd4a5e41a39e1ab26e6a69f53ca;hb=850059f6637354d31129f303151f9f7d30514c9e;hp=bfecaf0184dd5bd557d07b57142bb2c2ecf03d54;hpb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3;p=mmh diff --git a/sbr/seq_read.c b/sbr/seq_read.c index bfecaf0..ff01c42 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -7,6 +7,7 @@ ** complete copyright information. */ +#include #include #include @@ -97,7 +98,7 @@ seq_public(struct msgs *mp) case BODY: case BODYEOF: - adios(NULL, "no blank lines are permitted in %s", + adios(EX_CONFIG, NULL, "no blank lines are permitted in %s", seqfile); /* fall */ @@ -105,7 +106,7 @@ seq_public(struct msgs *mp) break; default: - adios(NULL, "%s is poorly formatted", seqfile); + adios(EX_CONFIG, NULL, "%s is poorly formatted", seqfile); } break; /* break from for loop */ }