aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-10-10 08:08:17 +0000
committerGuy Harris <guy@alum.mit.edu>2006-10-10 08:08:17 +0000
commitf1ec24b123ebd62f4a666d702981bd2716300ffc (patch)
treee300bd875ff19955dd0b7ffcf14c7190be2500ae /tap-funnel.c
parentea6f7451606d1a672258a588cf40fe1317942159 (diff)
Squelch a compiler warning, and clean up indentation.
svn path=/trunk/; revision=19471
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
};