diff options
Diffstat (limited to 'cpp/035call.cc')
-rw-r--r-- | cpp/035call.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/035call.cc b/cpp/035call.cc index 0c84056e..75c617a6 100644 --- a/cpp/035call.cc +++ b/cpp/035call.cc @@ -50,6 +50,7 @@ struct routine { :(code) routine::routine(recipe_number r) { calls.push(call(r)); + // End routine Constructor } //:: now update routine's helpers |