diff options
-rw-r--r-- | cpp/010vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/010vm b/cpp/010vm index 7116b555..931ae673 100644 --- a/cpp/010vm +++ b/cpp/010vm @@ -93,7 +93,7 @@ void setup_types() { Type[array].name = "array"; // End Mu Types Initialization. } -:(before "End Setup") +:(before "End One-time Setup") setup_types(); :(before "End Types") |