X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;fp=compress_filter.c;h=0c0200e7e3b522af5aad7bb0a9f86f7e32024218;hp=f591123aeeb73f3e6c5f2c1234450645e974c2c3;hb=e2eebf654cae2fc004cee516a0e165127c0214ca;hpb=1afc43be9a585ce634de84764f171e4478ec54be diff --git a/compress_filter.c b/compress_filter.c index f591123a..0c0200e7 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -158,8 +158,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); }