Include stdio.h. Fixup indent some.

svn path=/trunk/; revision=34025
This commit is contained in:
Jeff Morriss 2010-08-30 19:14:54 +00:00
parent 16653c5a6c
commit 8016df02f1
1 changed files with 35 additions and 34 deletions

View File

@ -29,6 +29,7 @@
#endif
#include <gtk/gtk.h>
#include <stdio.h>
#include "epan/packet_info.h"
@ -376,7 +377,7 @@ srt_create_popup_menu(srt_stat_table *rst)
action_group = gtk_action_group_new ("ServiceRespTFilterPopupActionGroup");
gtk_action_group_add_actions (action_group, /* the action group */
service_resp_t__popup_entries, /* an array of action descriptions */
G_N_ELEMENTS(service_resp_t__popup_entries),/* the number of entries */
G_N_ELEMENTS(service_resp_t__popup_entries), /* the number of entries */
rst); /* data to pass to the action callbacks */
ui_manager = gtk_ui_manager_new ();