aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-10 08:08:17 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-10 08:08:17 +0000
commitd02412733de294feaf33753ea0d2183702967aeb (patch)
treee300bd875ff19955dd0b7ffcf14c7190be2500ae /tap-funnel.c
parent82b062ddeabfad9b7ead0dbe36ab75c10ee924e4 (diff)
Squelch a compiler warning, and clean up indentation.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19471 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index 515fdc76f2..506ad63459 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -94,15 +94,16 @@ static const funnel_ops_t funnel_ops = {
NULL,
NULL,
NULL,
- NULL,
+ NULL,
/*...,*/
NULL,
funnel_logger,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ NULL
};