aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-21 22:58:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-21 22:58:03 +0000
commit6c1facb6319dcdc7cfcc61b4cc6bcaed11cf690b (patch)
treeac72f390101804ad02fe921d2887a177b55f73fa /wiretap
parent341b9d7f9d6cab9e6202736c9e357b1ee04e9935 (diff)
Get rid of a warning with at least some compilers.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21489 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/mpeg.c b/wiretap/mpeg.c
index 74b31550f1..186a7922de 100644
--- a/wiretap/mpeg.c
+++ b/wiretap/mpeg.c
@@ -250,7 +250,7 @@ mpeg_close(wtap *wth)
/* XXX We probably need more magic to open more types */
struct _mpeg_magic {
size_t len;
- gchar* match;
+ const gchar* match;
} magic[] = {
{3,"TAG"},
{3,"ID3"},