From 48f03c780018692fff5494187eb9690435e4d717 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 21 Apr 2007 22:58:03 +0000 Subject: Get rid of a warning with at least some compilers. svn path=/trunk/; revision=21489 --- wiretap/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/mpeg.c') 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"}, -- cgit v1.2.3