From 59465a5ac73bbf9e2da8af9e10fb81d84ac2f467 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 19 Jun 2016 23:02:03 +0200 Subject: [PATCH] filter.h: Remove stale comment. The array this comment refers to was moved to filter.c in commit f0c49ce0, leaving a stale comment in the header file. --- filter.h | 1 - 1 file changed, 1 deletion(-) diff --git a/filter.h b/filter.h index 31eedcc0..686776a0 100644 --- a/filter.h +++ b/filter.h @@ -140,5 +140,4 @@ static inline void write_int16_host_endian(char *buf, int val) DECLARE_FILTER_INITS -/** The filter array, one structure for each supported filter. */ const struct filter *filter_get(int filter_num); -- 2.30.2