aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/thumbnailgtk_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/thumbnailgtk_extractor.c')
-rw-r--r--src/plugins/thumbnailgtk_extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/thumbnailgtk_extractor.c b/src/plugins/thumbnailgtk_extractor.c
index 3676177..fbf45c8 100644
--- a/src/plugins/thumbnailgtk_extractor.c
+++ b/src/plugins/thumbnailgtk_extractor.c
@@ -25,7 +25,7 @@
25 * of the file includes a decoder method that can be used 25 * of the file includes a decoder method that can be used
26 * to reproduce the 128x128 PNG thumbnails. We use 26 * to reproduce the 128x128 PNG thumbnails. We use
27 * libmagic to test if the input data is actually an 27 * libmagic to test if the input data is actually an
28 * image before trying to give it to gtk. 28 * image before trying to give it to gdk-pixbuf.
29 */ 29 */
30#include "platform.h" 30#include "platform.h"
31#include "extractor.h" 31#include "extractor.h"