aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 37bce82b15..50f4b11733 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -1852,7 +1852,7 @@ parse_options (int argc, char *argv[])
return EXIT_SUCCESS;
}
-void
+static void
text2pcap_vcmdarg_err(const char *fmt, va_list ap)
{
vfprintf(stderr, fmt, ap);