diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32image.c | 6 |
1 files 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, | |||
| 522 | return 1; | 522 | return 1; |
| 523 | } | 523 | } |
| 524 | 524 | ||
| 525 | struct cached_encoder | 525 | struct cached_encoder { |
| 526 | { | ||
| 527 | int num; | 526 | int num; |
| 528 | char *type; | 527 | char *type; |
| 529 | CLSID clsid; | 528 | CLSID clsid; |
| @@ -531,8 +530,7 @@ struct cached_encoder | |||
| 531 | 530 | ||
| 532 | static struct cached_encoder last_encoder; | 531 | static struct cached_encoder last_encoder; |
| 533 | 532 | ||
| 534 | struct thumb_type_data | 533 | struct thumb_type_data { |
| 535 | { | ||
| 536 | const char *ext; | 534 | const char *ext; |
| 537 | const wchar_t *mime; | 535 | const wchar_t *mime; |
| 538 | }; | 536 | }; |