summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libappstream-glib/as-image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-image.c b/libappstream-glib/as-image.c
index b810d64..b714fbf 100644
--- a/libappstream-glib/as-image.c
+++ b/libappstream-glib/as-image.c
@@ -532,6 +532,7 @@ as_image_save_pixbuf (AsImage *image,
pixbuf,
(width - pixbuf_width) / 2,
(height - pixbuf_height) / 2);
+ return pixbuf;
}
/* is the aspect ratio of the source perfectly 16:9 */