diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-26 01:42:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-26 01:42:03 +0800 |
commit | a6c9a55391c484038a98f0326798949c52621c50 (patch) | |
tree | 75930134509017a72cc9025f48ad81bd6693654d /art/broken-image-16.xpm | |
parent | 949c01ec2e00fd178c5ee0307191fa130ab6aa74 (diff) | |
download | gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.gz gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.zst gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.zip |
Fix compiler warnings in e-util.
Diffstat (limited to 'art/broken-image-16.xpm')
-rw-r--r-- | art/broken-image-16.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
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", |