aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/funnel_stat.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-11-07 07:47:49 +0000
committerJörg Mayer <jmayer@loplof.de>2006-11-07 07:47:49 +0000
commit80f82b9203be9b554d005ef3917b3688d06caada (patch)
tree3326510705186c74cbaab9fe21a17ef57eede110 /gtk/funnel_stat.c
parent5f955a0fcc66f789cc4abe34a457de521f29a7bd (diff)
Warning fixes (void) instead of (), no newline at end of file.
svn path=/trunk/; revision=19845
Diffstat (limited to 'gtk/funnel_stat.c')
-rw-r--r--gtk/funnel_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/funnel_stat.c b/gtk/funnel_stat.c
index aa4d9a4865..5bf65a6fca 100644
--- a/gtk/funnel_stat.c
+++ b/gtk/funnel_stat.c
@@ -532,7 +532,7 @@ static void funnel_set_filter(const char* filter_string) {
gtk_entry_set_text(GTK_ENTRY(main_display_filter_widget), filter_string);
}
-static void funnel_apply_filter() {
+static void funnel_apply_filter(void) {
const char* filter_string = gtk_entry_get_text(GTK_ENTRY(main_display_filter_widget));
main_filter_packets(&cfile, filter_string, FALSE);
}