]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - amp_filter.c
Merge branch 't/image-0.5'
[paraslash.git] / amp_filter.c
index a6bfca25acd3126562d14a198e64ac1459a1b988..f62ea8a2f50962182e158ce8da7f18fb4ec1df4f 100644 (file)
@@ -137,8 +137,5 @@ void amp_filter_init(struct filter *f)
        f->post_select = amp_post_select;
        f->parse_config = amp_parse_config;
        f->free_config = amp_free_config;
-       f->help = (struct ggo_help) {
-               .short_help = amp_filter_args_info_help,
-               .detailed_help = amp_filter_args_info_detailed_help
-       };
+       f->help = (struct ggo_help)DEFINE_GGO_HELP(amp_filter);
 }