From d60b506970909f83a688d35ee8ead8e0f2fafb32 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 31 May 2024 09:36:03 +0300 Subject: [PATCH] ; * src/w32image.c (thumb_type_data): Revert parts of recent change. (cherry picked from commit f3891da49722a5e8a9f68435c8af13d24e03a6be) --- src/w32image.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; }; -- 2.39.2