sysex: fix value_string termination

Change-Id: I7063db4b748a96ad3fb190f575d04ca4a411a404
Reviewed-on: https://code.wireshark.org/review/20790
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Peter Wu 2017-03-29 19:22:39 +02:00 committed by Michael Mann
parent 483daa4d27
commit c9817936fb
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ static const value_string digitech_parameter_ids_reverb[] = {
{1927, "Reverb Decay"},
{1928, "Reverb Balance"},
{1933, "Reverb Liveliness"},
{9, NULL}
{0, NULL}
};
static const value_string digitech_parameter_ids_volume_post_fx[] = {