Commit b8aa9348 authored by Max Kellermann's avatar Max Kellermann

filter/Registry: make filter_plugins static

parent 513e3a3d
......@@ -23,7 +23,7 @@
#include <string.h>
const FilterPlugin *const filter_plugins[] = {
static const FilterPlugin *const filter_plugins[] = {
&null_filter_plugin,
&route_filter_plugin,
&normalize_filter_plugin,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment