From 2c36721294d3924d66225307524c848ff405ab86 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 17 Nov 2008 14:02:49 +0100 Subject: Revert "Fix the build" This reverts commit 916bb3a8dc1ab23e416508cc2ed7a5791540e622. --- 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 b9e5ad56adf..10c1a2d608b 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) { - pcap_printer_fn_specific(pcap_cache, fn, pdata); + return pcap_printer_fn_specific(pcap_cache, fn, pdata); } -- cgit