Get rid of a warning with at least some compilers.

svn path=/trunk/; revision=21489
This commit is contained in:
Guy Harris 2007-04-21 22:58:03 +00:00
parent 5713f53652
commit 48f03c7800
1 changed files with 1 additions and 1 deletions

View File

@ -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"},