summaryrefslogtreecommitdiff
path: root/appl/lib/json.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/lib/json.b')
-rw-r--r--appl/lib/json.b1
1 files changed, 1 insertions, 0 deletions
diff --git a/appl/lib/json.b b/appl/lib/json.b
index 3e86fa4c..09947a7d 100644
--- a/appl/lib/json.b
+++ b/appl/lib/json.b
@@ -534,6 +534,7 @@ JValue.get(v: self ref JValue, mem: string): ref JValue
for(l := r.mem; l != nil; l = tl l)
if((hd l).t0 == mem)
return (hd l).t1;
+ return nil;
* =>
return nil;
}