aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index e4b097588ad..bcc61dfccda 100644
--- a/src/image.c
+++ b/src/image.c
@@ -2200,7 +2200,7 @@ x_create_x_image_and_pixmap (struct frame *f, int width, int height, int depth,
2200 else 2200 else
2201 { 2201 {
2202 image_error ("Specified image bit depth is not supported by XRender"); 2202 image_error ("Specified image bit depth is not supported by XRender");
2203 *picture = NULL; 2203 *picture = 0;
2204 } 2204 }
2205 } 2205 }
2206# endif 2206# endif