diff --git a/create_empty_fun.py b/create_empty_fun.py index 11679e2..9bcd7bb 100644 --- a/create_empty_fun.py +++ b/create_empty_fun.py @@ -74,6 +74,7 @@ def find_func_decl(file:str): continue if(line.find('(')>0): text=line + go_on=False if(line.find(');')<0): go_on=True continue