]> diplodocus.org Git - nmh/blobdiff - sbr/seq_read.c
Added missing ')'.
[nmh] / sbr / seq_read.c
index a41701111688a87eb212bc6f465ece5d3e222deb..a3c4e0d6f41dac65986c7495158e19657105aaff 100644 (file)
@@ -6,9 +6,16 @@
  * complete copyright information.
  */
 
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#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"
 #include "error.h"
 #include "error.h"
-#include <h/utils.h>
+#include "h/utils.h"
 #include "lock_file.h"
 
 /*
 #include "lock_file.h"
 
 /*
@@ -103,7 +110,7 @@ seq_public (struct msgs *mp, int lockflag, int *failed_to_lock)
                continue;
 
            case BODY:
                continue;
 
            case BODY:
-               lkfclosedata (fp, seqfile);
+               lkfclosedata (fp, seqfile);
                die("no blank lines are permitted in %s", seqfile);
                break;
 
                die("no blank lines are permitted in %s", seqfile);
                break;
 
@@ -111,7 +118,7 @@ seq_public (struct msgs *mp, int lockflag, int *failed_to_lock)
                break;
 
            default: 
                break;
 
            default: 
-               lkfclosedata (fp, seqfile);
+               lkfclosedata (fp, seqfile);
                die("%s is poorly formatted", seqfile);
        }
        break;  /* break from for loop */
                die("%s is poorly formatted", seqfile);
        }
        break;  /* break from for loop */