]> diplodocus.org Git - nmh/blobdiff - uip/anno.c
Added many flags to CFLAGS with gcc, if supported.
[nmh] / uip / anno.c
index c0e98b255ad0b4e0ef5ed84d03066ee879cbe179..1f9eeac9ad5d84bbc29b033c97c3650d1d96e87d 100644 (file)
  */
 
 #include "h/mh.h"
+#include "annosbr.h"
+#include "sbr/m_name.h"
+#include "sbr/getarguments.h"
+#include "sbr/seq_setcur.h"
+#include "sbr/seq_save.h"
+#include "sbr/smatch.h"
+#include "sbr/trimcpy.h"
+#include "sbr/m_draft.h"
 #include "sbr/m_convert.h"
 #include "sbr/getfolder.h"
 #include "sbr/folder_read.h"
@@ -179,10 +187,10 @@ main (int argc, char **argv)
                        number = 1;
                    
                    else {
-                       if (strcmp(*argp, "all") == 0)
-                           number = -1;
+                       if (strcmp(*argp, "all") == 0)
+                           number = -1;
 
-                       else if (!(number = atoi(*argp)))
+                       else if (!(number = atoi(*argp)))
                            die("missing argument to %s", argp[-1]);
 
                        argp++;