summaryrefslogtreecommitdiff
path: root/apf_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apf_defs.h')
-rw-r--r--apf_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apf_defs.h b/apf_defs.h
index e8426e6..e619dce 100644
--- a/apf_defs.h
+++ b/apf_defs.h
@@ -10,7 +10,7 @@ typedef enum {
error_program = -2,
error_packet = -1,
nomatch = false,
- match = true,
+ match = true
} match_result_type;
#define ETH_P_IP 0x0800