diff options
Diffstat (limited to '021check_instruction.cc')
-rw-r--r-- | 021check_instruction.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/021check_instruction.cc b/021check_instruction.cc index 0ceba623..d0efd2a2 100644 --- a/021check_instruction.cc +++ b/021check_instruction.cc @@ -9,7 +9,7 @@ //: transform it in a separate layer or set of layers. :(after "Transform.push_back(update_instruction_operations)") - Transform.push_back(check_instruction); +Transform.push_back(check_instruction); :(code) void check_instruction(const recipe_ordinal r) { |