aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-07-07 03:20:43 +0000
committerGuy Harris <guy@alum.mit.edu>2005-07-07 03:20:43 +0000
commit2465355c7be293ca8c7e5b2d207899ad3f6bf565 (patch)
tree67fed1941269d3bed8c11a06f9e9a979a2f47de0 /gtk
parent2b086353a4f30e1148ab1ae4d787172c64fb33ff (diff)
Explicitly initialize all the elements of a voip_calls_tapinfo_t, to
squelch a compiler warning. svn path=/trunk/; revision=14866
Diffstat (limited to 'gtk')
-rw-r--r--gtk/voip_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index b9376e58b3..a2bf71a6a2 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -101,7 +101,7 @@ static h245_labels_t h245_labels;
/****************************************************************************/
/* the one and only global voip_calls_tapinfo_t structure */
static voip_calls_tapinfo_t the_tapinfo_struct =
- {0, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0};
+ {0, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
/* the one and only global voip_rtp_tapinfo_t structure */
static voip_rtp_tapinfo_t the_tapinfo_rtp_struct =