Skip to content

Commit

Permalink
Replace conditional for NIL check. #19
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Oct 20, 2019
1 parent b32595b commit 403eb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json.l
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
(when (= "," (car *Json))
(pop '*Json)
(eval Linker) )
(when (= NIL (car *Json))
(unless (car *Json)
(cut 2 '*Json) ]

[de json-link-array ()
Expand Down

0 comments on commit 403eb7b

Please sign in to comment.