summaryrefslogtreecommitdiff
path: root/tnslc/compile/module.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/module.tnsl')
-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
;/
;/