]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix the build
authorVolker Lendecke <vl@samba.org>
Sun, 12 Oct 2008 08:41:29 +0000 (10:41 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 12 Oct 2008 08:41:29 +0000 (10:41 +0200)
source/printing/pcap.c

index 10c1a2d608bf8df9ea8173440b11707ef2b3a258..b9e5ad56adfd73e85b94498b17dbda8e144ea98b 100644 (file)
@@ -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);
 }