X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;h=f6108c752ab97bb87228ea6cfe118b7003673cd3;hp=d7162791b86d372562f690b464779b250519cbeb;hb=aa74a903545250506fd4c29791e6f4aef3a01c41;hpb=9f7a4958d65dd436dff90b37036ba01ce83066d5 diff --git a/compress_filter.c b/compress_filter.c index d7162791..f6108c75 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -153,8 +153,5 @@ void compress_filter_init(struct filter *f) f->post_select = compress_post_select; f->parse_config = compress_parse_config; f->free_config = compress_free_config; - f->help = (struct ggo_help) { - .short_help = compress_filter_args_info_help, - .detailed_help = compress_filter_args_info_detailed_help - }; + f->help = (struct ggo_help)DEFINE_GGO_HELP(compress_filter); }