about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
Diffstat (limited to '011load.cc')
-rw-r--r--011load.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/011load.cc b/011load.cc
index 662089e2..e75bb364 100644
--- a/011load.cc
+++ b/011load.cc
@@ -46,6 +46,7 @@ vector<recipe_number> load(istream& in) {
       raise << "unknown top-level command: " << command << '\n';
     }
   }
+  // End Load Sanity Checks
   return result;
 }