about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/010vm.cc b/010vm.cc
index d3c5d189..1302f198 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -412,7 +412,7 @@ string_tree* property(const reagent& r, const string& name) {
   return NULL;
 }
 
-:(before "End Globals")
+:(before "End Constants")
 const string Ignore(",");  // commas are ignored in mu except within [] strings
 :(code)
 void skip_whitespace_but_not_newline(istream& in) {