diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-13 18:14:45 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-13 18:14:45 +0200 |
| commit | 500c0676b3f6cd5a2297987d5b0dc7ccf34a28d9 (patch) | |
| tree | a394c73de9273489e6045f3d252714b5ac69b17c /source/main.elna | |
| parent | 97741a01323021ccec8b0b60c6f8318c88ac373a (diff) | |
| download | elna-500c0676b3f6cd5a2297987d5b0dc7ccf34a28d9.tar.gz | |
Make return statement part of the body and not a statement
Diffstat (limited to 'source/main.elna')
| -rw-r--r-- | source/main.elna | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/main.elna b/source/main.elna index 37d0f07..b7ce29c 100644 --- a/source/main.elna +++ b/source/main.elna @@ -851,5 +851,6 @@ end begin initialize_global_state(); + return process(count, parameters) end. |
