RDP-drdynvc: Make a variable static

This commit is contained in:
Martin Mathieson 2021-06-22 17:52:10 +01:00 committed by Wireshark GitLab Utility
parent 853c438b8e
commit 2371d2722d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ typedef struct {
drdynvc_known_channel_t type;
} drdynvc_know_channel_def;
drdynvc_know_channel_def knownChannels[] = {
static drdynvc_know_channel_def knownChannels[] = {
{"AUDIO_INPUT", "audin", DRDYNVC_CHANNEL_AUDIN},
{"AUDIO_PLAYBACK_DVC", "audiout", DRDYNVC_CHANNEL_AUDIOUT},
{"AUDIO_PLAYBACK_LOSSY_DVC", "audiout lossy", DRDYNVC_CHANNEL_AUDIOUT},