summaryrefslogtreecommitdiffstats
path: root/src/numgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/numgen.c')
-rw-r--r--src/numgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/numgen.c b/src/numgen.c
index aa6da490..b7751b07 100644
--- a/src/numgen.c
+++ b/src/numgen.c
@@ -55,6 +55,7 @@ static const struct expr_ops numgen_expr_ops = {
.type = EXPR_NUMGEN,
.name = "numgen",
.print = numgen_expr_print,
+ .json = numgen_expr_json,
.cmp = numgen_expr_cmp,
.clone = numgen_expr_clone,
};