From eccc7650571fd3ff9fd2b5cc3fcfffe5b4499ab5 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 21 Sep 2009 07:32:38 +0530 Subject: Remove trailing comma from filter_policy_t --- src/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/filter.h b/src/filter.h index e089143..6305a36 100644 --- a/src/filter.h +++ b/src/filter.h @@ -23,7 +23,7 @@ typedef enum { FILTER_DEFAULT_ALLOW, - FILTER_DEFAULT_DENY, + FILTER_DEFAULT_DENY } filter_policy_t; extern void filter_init (void); -- cgit v1.2.3