]> git.donarmstrong.com Git - mothur.git/blobdiff - getotuscommand.cpp
removed various build warnings
[mothur.git] / getotuscommand.cpp
index ba9a5e7c98093b889c5b2d08c746e3da837bf33f..fd7c8d1d4d7cc22901fc88d5b363176081fa5a14 100644 (file)
@@ -381,7 +381,7 @@ int GetOtusCommand::processList(ListVector*& list, GroupMap*& groupMap, ofstream
                
                m->mothurOut(newList.getLabel() + " - selected " + toString(numOtus) + " of the " + toString(list->getNumBins()) + " OTUs."); m->mothurOutEndLine();
        
-               
+               return 0;
        }
        catch(exception& e) {
                m->errorOut(e, "GetOtusCommand", "processList");