Skip to content

Commit b91551d

Browse files
committed
fix typo
1 parent 89c7be9 commit b91551d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/createnewtaxalist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ int createnewtaxalist(int argc, const char **argv, const Command &command) {
204204

205205
delete oldTaxonomy;
206206
delete newTaxonomy;
207-
return 1;
207+
return 0;
208208
}
209209

210210
int createnewtaxalist(TaxonomyWrapper * oldTaxonomy,

0 commit comments

Comments
 (0)