]> diplodocus.org Git - nmh/blobdiff - sbr/seq_read.c
Added missing ')'.
[nmh] / sbr / seq_read.c
index 1670aacc1c652aaed3e99e6a9a9d2f2abfad6cf4..a3c4e0d6f41dac65986c7495158e19657105aaff 100644 (file)
@@ -7,6 +7,10 @@
  */
 
 #include "h/mh.h"
+#include "m_getfld.h"
+#include "seq_read.h"
+#include "ssequal.h"
+#include "trimcpy.h"
 #include "getcpy.h"
 #include "m_atoi.h"
 #include "brkstring.h"
@@ -106,7 +110,7 @@ seq_public (struct msgs *mp, int lockflag, int *failed_to_lock)
                continue;
 
            case BODY:
-               lkfclosedata (fp, seqfile);
+               lkfclosedata (fp, seqfile);
                die("no blank lines are permitted in %s", seqfile);
                break;
 
@@ -114,7 +118,7 @@ seq_public (struct msgs *mp, int lockflag, int *failed_to_lock)
                break;
 
            default: 
-               lkfclosedata (fp, seqfile);
+               lkfclosedata (fp, seqfile);
                die("%s is poorly formatted", seqfile);
        }
        break;  /* break from for loop */