aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mpeg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-04-21 22:58:03 +0000
committerGuy Harris <guy@alum.mit.edu>2007-04-21 22:58:03 +0000
commit48f03c780018692fff5494187eb9690435e4d717 (patch)
treeac72f390101804ad02fe921d2887a177b55f73fa /wiretap/mpeg.c
parent5713f5365222641c8e11ea408bba32ce4f07819d (diff)
Get rid of a warning with at least some compilers.
svn path=/trunk/; revision=21489
Diffstat (limited to 'wiretap/mpeg.c')
-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"},