More eradication of old-style function definitions.
[obnox/wireshark/wip.git] / print.c
diff --git a/print.c b/print.c
index bc5b5ac05a99cd2993ee1cf2a4d984565ee6931a..1fbaf1acfa850d1898b316a4bd6e78a80129cc86 100644 (file)
--- a/print.c
+++ b/print.c
@@ -1285,7 +1285,7 @@ print_stream_ps_stdio_new(FILE *fh)
        return print_stream_ps_alloc(TRUE, fh);
 }
 
-output_fields_t* output_fields_new()
+output_fields_t* output_fields_new(void)
 {
     output_fields_t* fields = g_new(output_fields_t, 1);
     fields->print_header = FALSE;