about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-11 17:42:20 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-11 17:42:20 -0800
commit712b442fab487fcb8064f4744ff974c024109380 (patch)
treeb7a8a69cfcfbd0d4a2bfd12fa07fef1149929e43 /011load.cc
parent1679c5d945b52e25a81adc18a6dc3abffed76991 (diff)
downloadmu-712b442fab487fcb8064f4744ff974c024109380.tar.gz
2648
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 4783c324..edde4044 100644
--- a/011load.cc
+++ b/011load.cc
@@ -43,6 +43,7 @@ vector<recipe_ordinal> load(istream& in) {
 long long int slurp_recipe(istream& in) {
   recipe result;
   result.name = next_word(in);
+  // End Load Recipe Name
   skip_whitespace_but_not_newline(in);
   // End Recipe Refinements
   if (result.name.empty())