summaryrefslogtreecommitdiff
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 6bed7c4a899..3e384fc28b3 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -4106,7 +4106,7 @@ specpdl_unrewind (union specbinding *pdl, int distance, bool vars_only)
non-local, this is fine, but if it ever reverts to being
local we may end up using this entry "in the wrong
direction". */
- ;
+ {};
}
break;
}