summaryrefslogtreecommitdiff
path: root/tnslc
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2025-12-25 02:37:43 -0500
committerKai Gunger <kgunger12@gmail.com>2025-12-25 02:37:43 -0500
commit7cd51a35921e7ed17fc3646bfd533695e35bebfd (patch)
treee565b53b61cf41804176ea14dd04cf22f484e481 /tnslc
parent0c7403f5894d46f513f8b57fb6fabbd568c9f5af (diff)
Fix typo
Diffstat (limited to 'tnslc')
-rw-r--r--tnslc/compile/module.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/compile/module.tnsl b/tnslc/compile/module.tnsl
index 437edff..f20b84b 100644
--- a/tnslc/compile/module.tnsl
+++ b/tnslc/compile/module.tnsl
@@ -295,7 +295,7 @@ struct Module {
m = self.subs.get(i)
/; if (utils.strcmp(str`, m`.name) == true)
~void v = m._find(stype, key, lvl + 1)
- /; if (v != NULL)
+ /; if (v !== NULL)
return v
;/
;/