From 388fe75522465d8bd6b2ec74feccd38b03228d59 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 18 Jun 2007 08:46:15 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@68 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecogrep.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/ecogrep.c b/src/ecogrep.c index 15bbbf6..c88f0d6 100644 --- a/src/ecogrep.c +++ b/src/ecogrep.c @@ -6,6 +6,7 @@ #include #include + typedef enum { FALSE = 0, @@ -230,7 +231,7 @@ int main(int argc, char **argv){ /** * check at leat one processing is asked * either patterns or taxid filters - */ + **/ if ( p == NULL && restricted_taxid == NULL && ignored_taxid == NULL ) { errflag++; @@ -239,13 +240,13 @@ int main(int argc, char **argv){ ExitUsage(errflag); /** - * Get the taxonomy back - */ + * Get the taxonomy back + **/ taxonomy = read_taxonomy(database); /** - * Parse the stream - */ + * Parse the stream + **/ for (k=0 ; argc >= optind ; optind++, k++){ matchingresult = 0;