diff options
-rw-r--r-- | edit/001-editor.mu | 2 | ||||
-rw-r--r-- | sandbox/001-editor.mu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/edit/001-editor.mu b/edit/001-editor.mu index cee50a80..803f02c8 100644 --- a/edit/001-editor.mu +++ b/edit/001-editor.mu @@ -2,7 +2,7 @@ # temporary main for this layer: just render the given text at the given # screen dimensions, then stop -def! main text:text [ +def main text:text [ local-scope load-ingredients open-console diff --git a/sandbox/001-editor.mu b/sandbox/001-editor.mu index cee50a80..803f02c8 100644 --- a/sandbox/001-editor.mu +++ b/sandbox/001-editor.mu @@ -2,7 +2,7 @@ # temporary main for this layer: just render the given text at the given # screen dimensions, then stop -def! main text:text [ +def main text:text [ local-scope load-ingredients open-console |