diff options
| author | CircleShift <kgunger12@gmail.com> | 2025-12-05 01:58:03 -0500 |
|---|---|---|
| committer | CircleShift <kgunger12@gmail.com> | 2025-12-05 01:58:03 -0500 |
| commit | 062aefd6aa7cda6a30ae557f4813a2a967b49596 (patch) | |
| tree | d87bae11b5ccc8b5400744489da93dee9aac18c7 /tnslc/compile/module.tnsl | |
| parent | 5b81a4819a249921085f6596927f9939dffc46e7 (diff) | |
[tnslc] Fix struct resolution
Diffstat (limited to 'tnslc/compile/module.tnsl')
| -rw-r--r-- | tnslc/compile/module.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/compile/module.tnsl b/tnslc/compile/module.tnsl index d2f1525..99d42f1 100644 --- a/tnslc/compile/module.tnsl +++ b/tnslc/compile/module.tnsl @@ -188,7 +188,7 @@ struct Module { _printf(str`) _printf("' in module '\0") _printf(self.name) - _printf("'\n\0") + _print_num("' at level %d\n\0", lvl) /; loop (int i = 0; i < self.subs.count) [i++] |