>From 9dda7a64ea9e4d1140c5919680d3fa436da4f902 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 12 Feb 2023 13:32:55 +0100 Subject: [PATCH] ; * src/textconv.c (textconv_query): Add empty statement --- src/textconv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/textconv.c b/src/textconv.c index e91e127b71c..29dc7f7a41d 100644 --- a/src/textconv.c +++ b/src/textconv.c @@ -279,6 +279,7 @@ textconv_query (struct frame *f, struct textconv_callback_struct *query) } default: + ; } /* Undo any changes to the excursion. */ -- 2.30.2