]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/textconv.c (textconv_query): Fix build on non-GCC compilers.
authorPo Lu <luangruo@yahoo.com>
Sun, 12 Feb 2023 12:39:23 +0000 (20:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 Feb 2023 12:39:23 +0000 (20:39 +0800)
src/textconv.c

index e91e127b71cebc60f70f616995175f26ad6ea1fc..d5db6d11717e5b4ac10342340d7c5a26173c831f 100644 (file)
@@ -279,6 +279,7 @@ textconv_query (struct frame *f, struct textconv_callback_struct *query)
        }
 
     default:
+      break;
     }
 
   /* Undo any changes to the excursion.  */