diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-06-09 22:59:04 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-06-09 22:59:04 +0000 |
commit | e2ca218b3f526e9ca9ea180b3f9ffe0c70d31b26 (patch) | |
tree | 30e79f913c43f0cb50c617b639650fd8c3b19b9e /image/wsicon32.xpm | |
parent | 1edbac09c059028af08f595e40b86c665d0057c3 (diff) | |
download | wireshark-e2ca218b3f526e9ca9ea180b3f9ffe0c70d31b26.tar.gz wireshark-e2ca218b3f526e9ca9ea180b3f9ffe0c70d31b26.tar.bz2 wireshark-e2ca218b3f526e9ca9ea180b3f9ffe0c70d31b26.zip |
Constify XPMs, to squelch compiler warnings.
XPMs are C code; don't tag them as binary.
svn path=/trunk/; revision=18413
Diffstat (limited to 'image/wsicon32.xpm')
-rw-r--r-- | image/wsicon32.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/wsicon32.xpm b/image/wsicon32.xpm index 2a9631563b..f4cdf4d53b 100644 --- a/image/wsicon32.xpm +++ b/image/wsicon32.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * wsicon32_xpm[] = { +static const char * wsicon32_xpm[] = { "32 32 236 2", " c None", ". c #000000", |