diff options
Diffstat (limited to 'art/empty.xpm')
-rw-r--r-- | art/empty.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/art/empty.xpm b/art/empty.xpm index aca06618b1..b6d9e9bada 100644 --- a/art/empty.xpm +++ b/art/empty.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * empty_xpm[] = { +static const gchar *empty_xpm[] = { "16 16 2 1", " c None", ". c #FFFFFF", |