Fix style warning from cppcheck

This commit is contained in:
Jason Turner
2015-10-17 09:23:05 -06:00
parent 09748275db
commit bc388e59da

View File

@@ -23,7 +23,7 @@ int main( int /*argc*/ , char * /*argv*/[] )
{
ch.eval( script );
}
catch ( std::exception e )
catch ( const std::exception &e )
{
printf( " >>> Exception thrown: %s \n" , e.what( ) );
}