aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybg/main.c')
-rw-r--r--swaybg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybg/main.c b/swaybg/main.c
index 4a03f4a4..f21d9e05 100644
--- a/swaybg/main.c
+++ b/swaybg/main.c
@@ -167,7 +167,7 @@ int main(int argc, const char **argv) {
167 if (!pixbuf) { 167 if (!pixbuf) {
168 sway_abort("Failed to load background image."); 168 sway_abort("Failed to load background image.");
169 } 169 }
170 cairo_surface_t *image=__gdk_cairo_image_surface_create_from_pixbuf(pixbuf); 170 cairo_surface_t *image = __gdk_cairo_image_surface_create_from_pixbuf(pixbuf);
171 g_object_unref(pixbuf); 171 g_object_unref(pixbuf);
172 if (!image) { 172 if (!image) {
173 sway_abort("Failed to read background image."); 173 sway_abort("Failed to read background image.");