]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/w32image.c (thumb_type_data): Revert parts of recent change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2024 06:36:03 +0000 (09:36 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 1 Jun 2024 17:04:58 +0000 (19:04 +0200)
(cherry picked from commit f3891da49722a5e8a9f68435c8af13d24e03a6be)

src/w32image.c

index de95af7b37087f6f9a436af9982c08c9c4611b9c..6daf42c19164c7e377d63255715afc734b52cec3 100644 (file)
@@ -522,8 +522,7 @@ w32_load_image (struct frame *f, struct image *img,
   return 1;
 }
 
-struct cached_encoder
-{
+struct cached_encoder {
   int num;
   char *type;
   CLSID clsid;
@@ -531,8 +530,7 @@ struct cached_encoder
 
 static struct cached_encoder last_encoder;
 
-struct thumb_type_data
-{
+struct thumb_type_data {
   const char *ext;
   const wchar_t *mime;
 };