diff --git a/version1.0/nasal_parser.h b/version1.0/nasal_parser.h index f114e15..c1f6b95 100644 --- a/version1.0/nasal_parser.h +++ b/version1.0/nasal_parser.h @@ -331,13 +331,14 @@ void nasal_parser::call_function_expr() break; } get_token(); - if(this_token.type!=__comma) + if(this_token.type!=__comma && this_token.type!=__right_curve && this_token.type!=__semi) { ++error; std::cout<<">>[Error] line "<