*/
#include "h/mh.h"
+#include "annosbr.h"
#include "sbr/m_name.h"
#include "sbr/getarguments.h"
#include "sbr/seq_setcur.h"
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++;