Commit 84a4e0f1f1ff7fbe800b2076906f9ed486dbd77a

Authored by David Mayerich
1 parent ba873522

fixed a cout bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
envi/envi.h
... ... @@ -89,7 +89,7 @@ public:
89 89 }
90 90  
91 91 else{
92   - std::cout<<"ERROR: unidentified type file "<<headername<<std::cout;
  92 + std::cout<<"ERROR: unidentified type file "<<headername<<std::endl;
93 93 exit(1);
94 94 }
95 95  
... ...