Fix style warning from cppcheck
This commit is contained in:
@@ -23,7 +23,7 @@ int main( int /*argc*/ , char * /*argv*/[] )
|
|||||||
{
|
{
|
||||||
ch.eval( script );
|
ch.eval( script );
|
||||||
}
|
}
|
||||||
catch ( std::exception e )
|
catch ( const std::exception &e )
|
||||||
{
|
{
|
||||||
printf( " >>> Exception thrown: %s \n" , e.what( ) );
|
printf( " >>> Exception thrown: %s \n" , e.what( ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user