From ea739bf41b69f201f12aa652bbc5a97b81aaeadc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 12 Oct 2008 10:39:53 +0200 Subject: [PATCH] Fix the build (cherry picked from commit e160a19ffc0727c46a696335c9d140e236923cdb) --- source/printing/pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/printing/pcap.c b/source/printing/pcap.c index 10c1a2d608..b9e5ad56ad 100644 --- a/source/printing/pcap.c +++ b/source/printing/pcap.c @@ -282,5 +282,5 @@ void pcap_printer_fn_specific(const struct pcap_cache *pc, void pcap_printer_fn(void (*fn)(const char *, const char *, void *), void *pdata) { - return pcap_printer_fn_specific(pcap_cache, fn, pdata); + pcap_printer_fn_specific(pcap_cache, fn, pdata); } -- 2.34.1