From a6c9a55391c484038a98f0326798949c52621c50 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 25 May 2009 13:42:03 -0400 Subject: Fix compiler warnings in e-util. --- art/broken-image-16.xpm | 2 +- art/broken-image-24.xpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'art') diff --git a/art/broken-image-16.xpm b/art/broken-image-16.xpm index e96ee1aab0..b20b942bc5 100644 --- a/art/broken-image-16.xpm +++ b/art/broken-image-16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * broken_image_16_xpm[] = { +static const gchar *broken_image_16_xpm[] = { "16 16 42 1", " c None", ". c #000000", diff --git a/art/broken-image-24.xpm b/art/broken-image-24.xpm index ba6cc6854e..e6c31277a9 100644 --- a/art/broken-image-24.xpm +++ b/art/broken-image-24.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * broken_image_24_xpm[] = { +static const gchar *broken_image_24_xpm[] = { "24 24 142 2", " c None", ". c #000000", -- cgit v1.2.3