Fix a compiler warning by doing what I suspect was intended.

svn path=/trunk/; revision=19533
This commit is contained in:
Guy Harris 2006-10-14 20:18:10 +00:00
parent 196bb24bdd
commit aa60f5a539
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ static int hf_h248_pkg_rtp_stat_ps = -1;
static int ett_h248_pkg_rtp = -1;
static h248_pkg_stat_t h248_pkg_rtp_stat[] = {
{ 0x0004, &hf_h248_pkg_rtp_stat_ps, h248_param_ber_integer, NULL },
{ 0x0004, &hf_h248_pkg_rtp_stat_ps, &ett_h248_pkg_rtp, NULL },
{ 0, NULL, NULL, NULL}
};