From: Eli Zaretskii Date: Fri, 31 May 2024 06:36:03 +0000 (+0300) Subject: ; * src/w32image.c (thumb_type_data): Revert parts of recent change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d60b506970909f83a688d35ee8ead8e0f2fafb32;p=emacs.git ; * src/w32image.c (thumb_type_data): Revert parts of recent change. (cherry picked from commit f3891da49722a5e8a9f68435c8af13d24e03a6be) --- diff --git a/src/w32image.c b/src/w32image.c index de95af7b370..6daf42c1916 100644 --- a/src/w32image.c +++ b/src/w32image.c @@ -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; };