aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-sexp.c')
-rw-r--r--e-util/e-sexp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-sexp.c b/e-util/e-sexp.c
index 22727f22c2..b812edf8ca 100644
--- a/e-util/e-sexp.c
+++ b/e-util/e-sexp.c
@@ -491,6 +491,8 @@ e_sexp_term_eval(struct _ESExp *f, struct _ESExpTerm *t)
struct _ESExpResult *r, *r1;
int i;
+ g_return_val_if_fail(t != NULL, NULL);
+
r(printf("eval term :\n"));
r(parse_dump_term(t, 0));