From b7d63247ad36a2fd1344a7f01960e4ee8885b087 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Mon, 24 Sep 2007 06:42:59 +0000 Subject: Get rid of the last warning. svn path=/trunk/; revision=22930 --- gtk/voip_calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/voip_calls.c') diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c index e23d79658c..aacd768a81 100644 --- a/gtk/voip_calls.c +++ b/gtk/voip_calls.c @@ -3428,7 +3428,7 @@ unistim_calls_packet(void *ptr _U_, packet_info *pinfo, epan_dissect_t *edt _U_, tmp_unistim_info->rudp_type = 0; tmp_unistim_info->payload_type = 0; tmp_unistim_info->sequence = pi->sequence; - tmp_unistim_info->termid = NULL; /* pi->termid; */ + tmp_unistim_info->termid = 0; tmp_unistim_info->key_val = -1; tmp_unistim_info->key_state = -1; tmp_unistim_info->hook_state = -1; -- cgit v1.2.3