aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c
index 6ddf5100e86..928825e034c 100644
--- a/src/json.c
+++ b/src/json.c
@@ -675,7 +675,7 @@ json_handle_nonlocal_exit (enum nonlocal_exit type, Lisp_Object data)
675 case NONLOCAL_EXIT_THROW: 675 case NONLOCAL_EXIT_THROW:
676 return Fcons (Qno_catch, data); 676 return Fcons (Qno_catch, data);
677 default: 677 default:
678 return Qnil; 678 eassume (false);
679 } 679 }
680} 680}
681 681